Add missing </span> to change.tmpl COMMITDATE, fixing well-formedness

This only affects people who don't use either htmltidy or htmlbalance.

Bug: http://ikiwiki.info/bugs/templateForRecentChangesMissingCloseSpan/
master
Simon McVittie 2010-03-11 18:15:44 +00:00
parent d021a1ddbc
commit b72757b6ae
1 changed files with 1 additions and 1 deletions

View 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">