aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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>