aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2009-12-30 12:21:10 -0800
committerJoey Hess <joey@gnu.kitenet.net>2009-12-30 15:41:43 -0500
commitf2dab9318fc783933dbeb37926b18e9e782eab9f (patch)
tree89030772b32b313c535ce81d6c8f5f82d0e01c5b /templates
parent6af6c89df314cf2f9c9e053c04aa2bd492072ab1 (diff)
downloadikiwiki-f2dab9318fc783933dbeb37926b18e9e782eab9f.tar
ikiwiki-f2dab9318fc783933dbeb37926b18e9e782eab9f.tar.gz
Add title span to misc.tmpl
Add title span to misc.tmpl so that the title is styled consistently with pages that use page.tmpl.
Diffstat (limited to 'templates')
-rw-r--r--templates/misc.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/misc.tmpl b/templates/misc.tmpl
index 0de56edeb..9ec9a59cb 100644
--- 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 -->