diff options
author | Svend Sorensen <svend@ciffer.net> | 2009-12-30 12:21:10 -0800 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-30 15:41:43 -0500 |
commit | f2dab9318fc783933dbeb37926b18e9e782eab9f (patch) | |
tree | 89030772b32b313c535ce81d6c8f5f82d0e01c5b | |
parent | 6af6c89df314cf2f9c9e053c04aa2bd492072ab1 (diff) |
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.
-rw-r--r-- | templates/misc.tmpl | 5 |
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 --> |