]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/recentchanges.tmpl
web commit by JoshTriplett: No reason to pick a single replacement. Different plugin...
[ikiwiki.git] / templates / recentchanges.tmpl
index 792fff00cb0cd9c7051580965eebec38393ceead..9d4ba405c04d054e8e14332b8c812727860a9745 100644 (file)
@@ -6,6 +6,10 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title><TMPL_VAR TITLE></title>
 <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-icon" />
+</TMPL_IF>
 </head>
 <body>
 
@@ -49,7 +53,7 @@
                <td class="changelog" colspan="4">
                        <TMPL_LOOP NAME="MESSAGE">
                                <TMPL_IF NAME="LINE">
-                                       <TMPL_VAR NAME="LINE"><br />
+                                       <TMPL_VAR NAME="LINE" ESCAPE="HTML"><br />
                                </TMPL_IF>
                        </TMPL_LOOP>
                </td>