projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af6c89
)
Add title span to misc.tmpl
author
Svend Sorensen
<svend@ciffer.net>
Wed, 30 Dec 2009 20:21:10 +0000
(12:21 -0800)
committer
Joey Hess
<joey@gnu.kitenet.net>
Wed, 30 Dec 2009 20:41:43 +0000
(15:41 -0500)
Add title span to misc.tmpl so that the title is styled consistently
with pages that use page.tmpl.
templates/misc.tmpl
patch
|
blob
|
history
diff --git
a/templates/misc.tmpl
b/templates/misc.tmpl
index 0de56edebc61dda8ee05eb190b6c8dbee1069b5d..9ec9a59cb32f361a1fd50b51866935786a92b0b5 100644
(file)
--- a/
templates/misc.tmpl
+++ b/
templates/misc.tmpl
@@
-20,7
+20,10
@@
<div class="pageheader">
<div class="header">
<span>
-<TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
+<TMPL_VAR INDEXLINK>/
+<span class="title">
+<TMPL_VAR TITLE>
+</span>
</span>
</div>
</div> <!-- .pageheader -->