diff options
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r-- | templates/inlinepage.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index 38834c0b2..397ac860c 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -1,3 +1,4 @@ +<div class="inlinepage"> <h1><TMPL_VAR PAGELINK></h1> <TMPL_VAR CONTENT> @@ -5,3 +6,4 @@ <p> <i>(posted <TMPL_VAR CTIME>)</i> </p> +</div> |