diff options
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r-- | templates/inlinepage.tmpl | 8 |
1 files changed, 6 insertions, 2 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> |