aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 00:54:33 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-13 00:54:33 +0000
commit9b22ea6664aff2f3bc8bacdd597c2700275b1e24 (patch)
tree930edceb7c4c13fbebaab6c2f80e8ebb3f1df6b7 /templates/page.tmpl
parent2d4bf757fb63d7d9e7ccfbbbd0e1913fa5dacae5 (diff)
downloadikiwiki-9b22ea6664aff2f3bc8bacdd597c2700275b1e24.tar
ikiwiki-9b22ea6664aff2f3bc8bacdd597c2700275b1e24.tar.gz
nbsp hack to separate out the buttons a bit.
should really use css for this..
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 4531157ba..5bd71dd2f 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -10,15 +10,15 @@
</h1>
<TMPL_IF NAME="EDITURL">
-<a href="<TMPL_VAR EDITURL>">Edit</a>
+<a href="<TMPL_VAR EDITURL>">Edit</a>&nbsp;
</TMPL_IF>
<TMPL_IF NAME="RECENTCHANGESURL">
-<a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a>
+<a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a>&nbsp;
</TMPL_IF>
<TMPL_IF NAME="HISTORYURL">
-<a href="<TMPL_VAR HISTORYURL>">History</a>
+<a href="<TMPL_VAR HISTORYURL>">History</a>&nbsp;
</TMPL_IF>
<TMPL_VAR DISCUSSIONLINK><br>