diff options
Diffstat (limited to 'templates/change.tmpl')
-rw-r--r-- | templates/change.tmpl | 6 |
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> --> |