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.
master
Svend Sorensen 2009-12-30 12:21:10 -08:00 committed by Joey Hess
parent 6af6c89df3
commit f2dab9318f
1 changed files with 4 additions and 1 deletions

View File

@ -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 -->