]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - templates/recentchanges.tmpl
add news item for ikiwiki 1.25
[git.ikiwiki.info.git] / templates / recentchanges.tmpl
index 792fff00cb0cd9c7051580965eebec38393ceead..726e52f6492051e6c7092fa8942c25982c2fd540 100644 (file)
@@ -6,6 +6,7 @@
 <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" />
 </head>
 <body>
 
@@ -49,7 +50,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>