diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-04 06:31:24 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-04 06:31:24 +0000 |
commit | 8c723b55644c28876ea523cf51b2ea515989aff3 (patch) | |
tree | bff1191fbbbb28570011a9471bff13847f816900 /doc | |
parent | ee18a8b287794d81bdda92bdaf03ae3d9373aa5c (diff) |
bugnum
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index c646242aa..4c949b59b 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -33,3 +33,6 @@ * if a page containing an rss feed happens to show up in an rss feed, the preprocessor directives won't be expanded (good) but are left in raw rather than removed (bad). +* HTML::Scrubber doesn't produce valid xhtml for tags like hr, so if html + sanitisation is enabled the html page won't be valid. + <http://bugs.debian.org/365971> |