aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn
diff options
context:
space:
mode:
authordkowis <dkowis@web>2010-03-10 19:13:50 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-03-10 19:13:50 +0000
commit9f82e93fca0da9c325ebf907d7dab00bd5baa3b1 (patch)
treeedec86c3f035dd4d94527c435805c330d94a9312 /doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn
parent2f2fbdf3a32ae7c7132441ad90c67553f80c306d (diff)
downloadikiwiki-9f82e93fca0da9c325ebf907d7dab00bd5baa3b1.tar
ikiwiki-9f82e93fca0da9c325ebf907d7dab00bd5baa3b1.tar.gz
Diffstat (limited to 'doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn')
-rw-r--r--doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn b/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn
new file mode 100644
index 000000000..4c819816e
--- /dev/null
+++ b/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn
@@ -0,0 +1,16 @@
+In the template for ikiwiki's recent changes page
+
+ /usr/share/ikiwiki/templates/change.tmpl
+
+there is a missing </span> tag after the
+
+ <span class="changedate"><TMPL_VAR COMMITDATE>
+
+This results in the recentchanges/ page being invalid and rendering quite horrifyingly in Internet Exploder.
+
+[I'm running](http://wiki.shlrm.org) (linked so you can see the one I'm running if you need to) the latest version of ikiwiki, and I note that it's broken on [ikiwiki.info](http://validator.w3.org/check?uri=http%3A%2F%2Fikiwiki.info%2Frecentchanges%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.767) too :)
+
+[This one on debian](https://www.icanttype.org/recentchanges/) is somehow [valid](http://validator.w3.org/check?uri=https%3A%2F%2Fwww.icanttype.org%2F%2Frecentchanges%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.767), although it's using the same template. Perhaps there's an additional scrubbing going on his end.
+
+Thanks,
+David