summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-11 14:50:49 +0100
committerGravatar Tom Willemsen2012-11-11 14:50:49 +0100
commit94753ee351e220bcd117904f0268d3b34849f856 (patch)
treee0281999f8921324b0d1a7695e327fe419a80c8b
parentf052a1c8e14f6f07441a21f4c7a35ea8ce8efa2c (diff)
downloadsite-94753ee351e220bcd117904f0268d3b34849f856.tar.gz
site-94753ee351e220bcd117904f0268d3b34849f856.zip
Add some space?
-rw-r--r--templates/inlinepage.tmpl24
1 files changed, 13 insertions, 11 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index 7889246..65fee4d 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -34,18 +34,20 @@
</TMPL_IF>
</h1>
-<small>
- <span class="pagedate">
- <i class="icon-calendar"></i> <TMPL_VAR CTIME>
- </span>
+<p>
+ <small>
+ <span class="pagedate">
+ <i class="icon-calendar"></i> <TMPL_VAR CTIME>
+ </span>
- <TMPL_IF TAGS>
- <i class="icon-tags"></i>
- <TMPL_LOOP TAGS>
- <TMPL_VAR LINK>
- </TMPL_LOOP>
- </TMPL_IF>
-</small>
+ <TMPL_IF TAGS>
+ <i class="icon-tags"></i>
+ <TMPL_LOOP TAGS>
+ <TMPL_VAR LINK>
+ </TMPL_LOOP>
+ </TMPL_IF>
+ </small>
+</p>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>