aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/inlinepage.tmpl8
-rw-r--r--templates/page.tmpl4
2 files changed, 8 insertions, 4 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index 3657a17e6..aaadaad10 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -17,6 +17,8 @@
</span>
<TMPL_VAR CONTENT>
+<div class="trailer">
+
<span class="pageinfo">
Posted <TMPL_VAR CTIME>
</span>
@@ -31,7 +33,7 @@ Tags:
</span>
<TMPL_IF NAME="HAVE_ACTIONS">
-<span class="actions">
+<div class="actions">
<ul>
<TMPL_IF NAME="EDITURL">
<li><a href="<TMPL_VAR EDITURL>">Edit</a></li>
@@ -40,7 +42,9 @@ Tags:
<li><TMPL_VAR DISCUSSIONLINK></li>
</TMPL_IF>
</ul>
-</span>
+</div>
</TMPL_IF>
</div>
+
+</div>
diff --git a/templates/page.tmpl b/templates/page.tmpl
index fdf750244..471ed1a7d 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -77,11 +77,11 @@ Links:
</div>
<div id="footer">
-<span class="pageinfo">
+<div class="pageinfo">
<!-- from <TMPL_VAR NAME=WIKINAME> -->
Last edited <TMPL_VAR NAME=MTIME>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
-</span>
+</div>
</div>
</body>