aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-10-16 10:35:53 -0400
committerJoey Hess <joey@kitenet.net>2012-10-16 10:59:00 -0400
commit96bfdbf1be49b4911274569c58d523f7550c5fb1 (patch)
tree3756ba6f46a9a633cc3d7f1a802822557e38e74f /templates
parent361db207bfa9739c802784bacbf3372065a57f80 (diff)
downloadikiwiki-96bfdbf1be49b4911274569c58d523f7550c5fb1.tar
ikiwiki-96bfdbf1be49b4911274569c58d523f7550c5fb1.tar.gz
really fix diff display to not show both types of diff
12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed
Diffstat (limited to 'templates')
-rw-r--r--templates/change.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl
index 2b7b058c0..989315a8d 100644
--- a/templates/change.tmpl
+++ b/templates/change.tmpl
@@ -9,9 +9,11 @@
<div id="change-<TMPL_VAR REV>" class="metadata">
<span class="desc"><br />Changed pages:</span>
<span class="pagelinks">
+<TMPL_UNLESS HAS_DIFFURL>
<TMPL_IF DIFF>
<a href="#diff-<TMPL_VAR REV>" class="toggle" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a>
</TMPL_IF>
+</TMPL_UNLESS>
<TMPL_LOOP PAGES>
<TMPL_IF DIFFURL><a href="<TMPL_VAR DIFFURL>" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><TMPL_VAR LINK>
<TMPL_ELSE><TMPL_VAR LINK></TMPL_IF>
@@ -41,7 +43,7 @@
</TMPL_IF>
</TMPL_LOOP>
</div>
-<TMPL_UNLESS DIFFURL>
+<TMPL_UNLESS HAS_DIFFURL>
<TMPL_IF DIFF>
<div class="toggleable" id="diff-<TMPL_VAR REV>">
<pre>