]> git.cworth.org Git - cworth.org/commitdiff
Change page title to be an h1 rather than an unclassed span
authorCarl Worth <cworth@cworth.org>
Tue, 29 May 2007 20:33:30 +0000 (13:33 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 29 May 2007 20:33:30 +0000 (13:33 -0700)
templates/page.tmpl

index b675911ab3467564af6a8cf4c4397d5c320bf547..3dec7305b865880ddf00385f9f88928d48b032ea 100644 (file)
@@ -19,9 +19,9 @@
   <img alt="Carl Worth" src="/cworth-banner.png">
 </div>
 <TMPL_UNLESS NAME="SUPPRESSTITLE">
-<span>
+<h1>
 <TMPL_VAR TITLE>
-</span>
+</h1>
 </TMPL_UNLESS>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>