aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/change.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl
index 989315a8d..cb022220e 100644
--- a/templates/change.tmpl
+++ b/templates/change.tmpl
@@ -43,13 +43,15 @@
</TMPL_IF>
</TMPL_LOOP>
</div>
-<TMPL_UNLESS HAS_DIFFURL>
<TMPL_IF DIFF>
+<TMPL_IF HAS_DIFFURL>
+<div class="diff">
+<TMPL_ELSE>
<div class="toggleable" id="diff-<TMPL_VAR REV>">
+</TMPL_IF>
<pre>
<TMPL_VAR DIFF>
</pre>
</div>
</TMPL_IF>
-</TMPL_UNLESS>
<!-- <TMPL_VAR REV> -->