recentchangesdiff: fix further breakage to the template from 3.20120725

master
Joey Hess 2012-10-16 20:49:26 -04:00
parent 68933d5dc7
commit 45801c34bd
2 changed files with 10 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ikiwiki (3.20121017) UNRELEASED; urgency=low
* recentchangesdiff: fix further breakage to the template from 3.20120725
-- Joey Hess <joeyh@debian.org> Tue, 16 Oct 2012 20:46:26 -0400
ikiwiki (3.20121016) unstable; urgency=low
* monochrome: New theme, contributed by Jon Dowland.

View File

@ -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> -->