]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Degrade breadcrumbs from h1 to div.
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 15 Jan 2009 05:05:41 +0000 (00:05 -0500)
committerQuentin Smith <quentin@mit.edu>
Thu, 15 Jan 2009 09:08:48 +0000 (04:08 -0500)
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
templates/page.tmpl

index 76535947334d7d60536ecaac93c3fc1977d87759..b59cf72386467e1ef2e9af6c0e39ddede0732494 100644 (file)
                                 </div>
                         </div>
                         <div id="featured-block" class="generic">
-                               <h1><span class="parentlinks">
+                               <div><span class="parentlinks">
                                <TMPL_LOOP NAME="PARENTLINKS">
                                <a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> /
                                </TMPL_LOOP>
                                </span>
                                <span class="title">
                                <TMPL_VAR TITLE>
-                               </span></h1>
+                               </span></div>
                                <TMPL_VAR CONTENT>
                         </div>
                        <div id="prefooter"></div>