recentchangesdiff: fix further breakage to the template from 3.20120725
parent
68933d5dc7
commit
45801c34bd
|
@ -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.
|
||||
|
|
|
@ -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> -->
|
||||
|
|
Loading…
Reference in New Issue