aboutsummaryrefslogtreecommitdiff
path: root/templates/change.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-03-11 18:15:44 +0000
committerSimon McVittie <smcv@debian.org>2010-03-11 18:15:44 +0000
commitb72757b6aecfd2a5d8d3789bc0cdb6fb5783f8fb (patch)
tree65ea5d2565c74f70f52b2a80a209eee051ca49be /templates/change.tmpl
parentd021a1ddbc1890dbeb904711a581ac4fc084545b (diff)
downloadikiwiki-b72757b6aecfd2a5d8d3789bc0cdb6fb5783f8fb.tar
ikiwiki-b72757b6aecfd2a5d8d3789bc0cdb6fb5783f8fb.tar.gz
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/
Diffstat (limited to 'templates/change.tmpl')
-rw-r--r--templates/change.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl
index 0e61a80f4..c9f6ce42b 100644
--- a/templates/change.tmpl
+++ b/templates/change.tmpl
@@ -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">