aboutsummaryrefslogtreecommitdiff
path: root/templates/change.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 19:33:24 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 19:33:24 -0400
commit704263534ab645d34bc58261eb8d488413f1d80e (patch)
treeb684bd630dc1cea84eb485de5f9a3eac05e207c8 /templates/change.tmpl
parent790a339db18f1c697052446728641c9e6ef06bdb (diff)
downloadikiwiki-704263534ab645d34bc58261eb8d488413f1d80e.tar
ikiwiki-704263534ab645d34bc58261eb8d488413f1d80e.tar.gz
apply simonrvn patch to quote attributes
Diffstat (limited to 'templates/change.tmpl')
-rw-r--r--templates/change.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl
index c9f6ce42b..5f277a0fb 100644
--- a/templates/change.tmpl
+++ b/templates/change.tmpl
@@ -29,7 +29,7 @@
<span class="desc"><br />Date:</span>
<span class="changedate"><TMPL_VAR COMMITDATE></span>
</div>
-<div class=changelog>
+<div class="changelog">
<TMPL_LOOP NAME="MESSAGE">
<TMPL_IF NAME="LINE">
<TMPL_VAR NAME="LINE"><br />
@@ -37,7 +37,7 @@
</TMPL_LOOP>
</div>
<TMPL_IF NAME="DIFF">
-<div class=diff>
+<div class="diff">
<pre>
<TMPL_VAR NAME="DIFF">
</pre>