aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-04 06:31:24 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-04 06:31:24 +0000
commit8c723b55644c28876ea523cf51b2ea515989aff3 (patch)
treebff1191fbbbb28570011a9471bff13847f816900 /doc/bugs.mdwn
parentee18a8b287794d81bdda92bdaf03ae3d9373aa5c (diff)
downloadikiwiki-8c723b55644c28876ea523cf51b2ea515989aff3.tar
ikiwiki-8c723b55644c28876ea523cf51b2ea515989aff3.tar.gz
bugnum
Diffstat (limited to 'doc/bugs.mdwn')
-rw-r--r--doc/bugs.mdwn3
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>