]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Revert "Recommit h1->div class="breadcrumb"." That change was in fact intentional.
authorQuentin Smith <quentin@mit.edu>
Thu, 15 Jan 2009 10:36:04 +0000 (05:36 -0500)
committerQuentin Smith <quentin@mit.edu>
Thu, 15 Jan 2009 10:36:04 +0000 (05:36 -0500)
This reverts commit 6dd3c72cfb727b832a9cd97be2b5630177c9488f.

SEE ALSO 92ba171e861e84030d0750a38adba3d2d7725bd0 in the wiki.git repository, which makes the website titles make sense.

templates/page.tmpl

index 80100905ce5bf3c69ad63e93b21d20227509e2f1..af200673272d85ccfec3298adcb61121cf9aba3d 100644 (file)
                                 </div>
                         </div>
                         <div id="featured-block" class="generic">
-                               <div class="breadcrumbs"><span class="parentlinks">
+                               <h1><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></div>
+                               </span></h1>
                                <TMPL_VAR CONTENT>
                         </div>
                        <div id="prefooter"></div>