]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/wiki-common.xml
webapps: using nav html element, cleanup
[factor.git] / extra / webapps / wiki / wiki-common.xml
index 92ec99ab9fc8bfd232031198232640c4f43da339..95732bf6f1f892132b35e80fdae7d1380e707b73 100644 (file)
@@ -33,7 +33,7 @@
 
     <div id="right">
 
-        <div class="navbar">
+        <nav>
         <div class="navrow">
 
             <t:if t:value="contents">
@@ -56,7 +56,7 @@
             </t:if>
 
         </div>
-        </div>
+        </nav>
 
         <div class="page">
             <h1 class="title"><t:write-title /></h1>
         </div>
 
         <t:if t:value="footer">
-            <div class="footer">
+            <footer>
                 <t:bind t:name="footer">
                     <t:farkup t:name="content" t:no-follow="true" />
                 </t:bind>
-            </div>
+            </footer>
         </t:if>
 
     </div>