projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4bf75
)
nbsp hack to separate out the buttons a bit.
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 13 Mar 2006 00:54:33 +0000
(
00:54
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 13 Mar 2006 00:54:33 +0000
(
00:54
+0000)
should really use css for this..
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index 4531157ba8146c6673c281717a1714c4a073f979..5bd71dd2f0a70a898c3adcc118ee11f71ae5cd54 100644
(file)
--- 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>
</TMPL_IF>
<TMPL_IF NAME="RECENTCHANGESURL">
-<a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a>
+<a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a>
</TMPL_IF>
<TMPL_IF NAME="HISTORYURL">
-<a href="<TMPL_VAR HISTORYURL>">History</a>
+<a href="<TMPL_VAR HISTORYURL>">History</a>
</TMPL_IF>
<TMPL_VAR DISCUSSIONLINK><br>