aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-11 15:49:48 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-11 15:49:48 -0500
commitf259f33a0ad4858ce33f458148f1733351b91d92 (patch)
tree1eeb43aae10cd1707606d1fc46962adbcaed23cc
parent60fba805e8ecc77e391c8a22db3cdac4adea5756 (diff)
downloadikiwiki-f259f33a0ad4858ce33f458148f1733351b91d92.tar
ikiwiki-f259f33a0ad4858ce33f458148f1733351b91d92.tar.gz
Fix missing span on recentchanges page template.
-rw-r--r--debian/changelog1
-rw-r--r--doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c58e612db..6b5671e3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ikiwiki (3.20100303) UNRELEASED; urgency=low
while not moderating other users.
* moderatedcomments: The moderate_users setting is deprecated. Instead,
set moderate_pagespec to "!admin()" or "user(*)" instead.
+ * Fix missing span on recentchanges page template.
-- Joey Hess <joeyh@debian.org> Tue, 09 Mar 2010 19:46:35 -0500
diff --git a/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn b/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn
index 536af3473..5c322991a 100644
--- a/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn
+++ b/doc/bugs/templateForRecentChangesMissingCloseSpan.mdwn
@@ -22,3 +22,5 @@ PS: I have fixed the template by hand on my server, so it will validate, however
> markup like this; using [[plugins/comments]] without having one or other of those is a bad idea
> from the point of view of avoiding comment forgery, which is probably why icanttype.org works
> correctly. Anyway, I've fixed this in a branch: Joey, care to review smcv/trivia? --[[smcv]]
+
+[[done]], thanks guys --[[Joey]]