diff options
author | Simon McVittie <smcv@debian.org> | 2010-03-11 18:15:44 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-03-11 18:15:44 +0000 |
commit | b72757b6aecfd2a5d8d3789bc0cdb6fb5783f8fb (patch) | |
tree | 65ea5d2565c74f70f52b2a80a209eee051ca49be /templates | |
parent | d021a1ddbc1890dbeb904711a581ac4fc084545b (diff) |
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')
-rw-r--r-- | templates/change.tmpl | 2 |
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"> |