diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-20 16:26:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-20 16:26:51 -0400 |
commit | 8e2f7ec70f257d262f08877b3a17caafcf5184ce (patch) | |
tree | f48810325a210e9366487fa9a135936cca115379 /doc | |
parent | d4554dd0103408a7f805b575663a4ead2871d590 (diff) | |
download | ikiwiki-8e2f7ec70f257d262f08877b3a17caafcf5184ce.tar ikiwiki-8e2f7ec70f257d262f08877b3a17caafcf5184ce.tar.gz |
web commit by http://jblevins.org/: Bug report update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn index 302d7b605..4d6506657 100644 --- a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn +++ b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn @@ -49,4 +49,14 @@ what's causing the recentchanges bug yet. --[[JasonBlevins]] +- - - + +It turns out that the invalid XHTML on the recent changes page is due to +a bug in Markdown. I was using the packaged version of markdown in +Ubuntu (Gutsy and markdown 1.0.1-6). Everything is fine +after installing the most recent version of Text::Markdown from CPAN. + +Note that the above patch for the redirect tag is still applicable and +the smiley issue remains open. --[[JasonBlevins]] + [[tag patch]] |