]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/misc.tmpl
Remove img style attribute from recentchanges.tmpl; the default style.css covers this.
[ikiwiki.git] / templates / misc.tmpl
index b2a9eace8ef4f82ca49ce43c46811cc5b5da255c..56be11107d9e077d51783086264974e7eb8afb9c 100644 (file)
@@ -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>
@@ -23,9 +23,5 @@
 <TMPL_VAR PAGEBODY>
 </div>
 
-<div id="footer">
-<!-- from <TMPL_VAR NAME=WIKINAME> -->
-</div>
-
 </body>
 </html>