X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fa96eab12016e2f29a0a3522f1229039fbbf2c5e..16d43b0b03dcee32c6d5badd01091915876c4d76:/templates/recentchanges.tmpl?ds=sidebyside

diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl
index ebd74a984..e954503f8 100644
--- a/templates/recentchanges.tmpl
+++ b/templates/recentchanges.tmpl
@@ -8,7 +8,7 @@
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
 <TMPL_IF NAME="FAVICON">
-<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-ico" />
+<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
 </head>
 <body>
@@ -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>