diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/change.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl index de47f735e..1751a39b5 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -41,6 +41,7 @@ </TMPL_IF> </TMPL_LOOP> </div> +<TMPL_UNLESS DIFFURL> <TMPL_IF DIFF> <div class="toggleable" id="diff-<TMPL_VAR REV>"> <pre> @@ -48,4 +49,5 @@ </pre> </div> </TMPL_IF> +</TMPL_UNLESS> <!-- <TMPL_VAR REV> --> |