projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d021a1d
)
Add missing </span> to change.tmpl COMMITDATE, fixing well-formedness
author
Simon McVittie
<smcv@debian.org>
Thu, 11 Mar 2010 18:15:44 +0000
(18:15 +0000)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/templates/change.tmpl
b/templates/change.tmpl
index 0e61a80f4efc2d1fc173d031b827006bfce69cef..c9f6ce42b17c66c7b737c37998821a88a95d7f79 100644
(file)
--- 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">