]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/page.tmpl
header can appear more than one time, so is a class, not an id
[ikiwiki.git] / templates / page.tmpl
index fc00941212eab7f9d35741231296a208c5294747..c683d72a24f88127de9cd3e159b6f814cb48183f 100644 (file)
@@ -8,7 +8,7 @@
 </head>
 <body>
 
-<div id="header">
+<div class="header">
 <span>
 <TMPL_LOOP NAME="PARENTLINKS">
 <a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/ 
@@ -41,7 +41,6 @@
 <TMPL_IF NAME="DISCUSSIONLINK">
 <li><TMPL_VAR DISCUSSIONLINK><br /></li>
 </TMPL_IF>
-
 </ul>
 </div>