]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/recentchanges.tmpl
* Fix re-rendering of pages when a linked to page goes away. This was broken
[ikiwiki.git] / templates / recentchanges.tmpl
index 9d4ba405c04d054e8e14332b8c812727860a9745..e954503f8a0f46df58ece13f3009b81847b769f7 100644 (file)
@@ -39,7 +39,7 @@
                <TMPL_LOOP NAME="PAGES">
                        <TMPL_IF NAME="DIFFURL">
                                <a href="<TMPL_VAR NAME="DIFFURL">">
-                               <img alt="diff" src="wikiicons/diff.png" style="border-style: none" />
+                               <img alt="diff" src="wikiicons/diff.png" />
                                </a>
                                <TMPL_VAR NAME="LINK">
                        <TMPL_ELSE>
@@ -63,7 +63,9 @@
 </table>
 </div>
 
+<div id="footer">
 <!-- from <TMPL_VAR NAME=WIKINAME> -->
+</div>
 
 </body>
 </html>