X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/95ea0d7e54e84f01aa8d1cb590769ff8d806f987..86e821ff514f273d715b3642197f9434b7a654e2:/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn diff --git a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn index eb95e9992..cd6db2c9d 100644 --- a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn +++ b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn @@ -1,6 +1,6 @@ The final `` in `recentchanges.tmpl` gets wrapped in a `
` tag for some reason, resulting in the following invalid XHTML at -the end of the [[RecentChanges]] page +the end of the [[Json.tl.ph]] page
@@ -11,7 +11,7 @@ the end of the [[RecentChanges]] page Also, there is a problem with the `` tags generated by the smiley plugin which end up wrapped in a `` tag in the inline diff output. `` tags is not allowed within a `` block. Maybe the smiley -plugin should be disabled on [[RecentChanges]]? +plugin should be disabled on [[Json.tl.ph]]? > See [[Smileys_in_the_block_code]], which is now fixed. --[[Joey]]