aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 03:30:28 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 03:30:28 +0000
commit6b9082c643f4a90625c7bcaa1439846f64ad15ce (patch)
tree49395bfbcf485e92f8b97edf4b4375fdac1b265d /templates/page.tmpl
parentf55e219d4f63d37a9b47c5f018e7245173be73f3 (diff)
downloadikiwiki-6b9082c643f4a90625c7bcaa1439846f64ad15ce.tar
ikiwiki-6b9082c643f4a90625c7bcaa1439846f64ad15ce.tar.gz
missing <p>
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 9cef35dc6..e22169323 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -11,6 +11,7 @@
<TMPL_VAR TITLE>
</h1>
+<p>
<TMPL_IF NAME="EDITURL">
<a href="<TMPL_VAR EDITURL>">Edit</a>&nbsp;
</TMPL_IF>
@@ -28,6 +29,7 @@
</TMPL_IF>
<TMPL_VAR DISCUSSIONLINK><br />
+</p>
<hr />
<TMPL_VAR CONTENT>