]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Add missing </span> to change.tmpl COMMITDATE, fixing well-formedness
authorSimon McVittie <smcv@debian.org>
Thu, 11 Mar 2010 18:15:44 +0000 (18:15 +0000)
committerSimon McVittie <smcv@debian.org>
Thu, 11 Mar 2010 18:15:44 +0000 (18:15 +0000)
This only affects people who don't use either htmltidy or htmlbalance.

Bug: http://ikiwiki.info/bugs/templateForRecentChangesMissingCloseSpan/

templates/change.tmpl

index 0e61a80f4efc2d1fc173d031b827006bfce69cef..c9f6ce42b17c66c7b737c37998821a88a95d7f79 100644 (file)
@@ -27,7 +27,7 @@
 <span class="desc"><br />Commit type:</span>
 <span class="committype"><TMPL_VAR COMMITTYPE></span>
 <span class="desc"><br />Date:</span>
-<span class="changedate"><TMPL_VAR COMMITDATE>
+<span class="changedate"><TMPL_VAR COMMITDATE></span>
 </div>
 <div class=changelog>
 <TMPL_LOOP NAME="MESSAGE">