diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 21:00:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 21:00:24 -0400 |
commit | 970e1a571e50398cb0130868c130cb6f42391c17 (patch) | |
tree | d99f81bb658cfc9ff080b9e917cc4e5ae765f3c0 | |
parent | 3215b5a9821d69a2216c2cdf2b64cd3eb27f7370 (diff) |
not reproducible on unstable
-rw-r--r-- | doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn b/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn index 7e9bf84e2..2712f9cb4 100644 --- a/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn +++ b/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn @@ -33,3 +33,6 @@ If I remove the ampersand in the title, ikiwiki has no problem. However, the ent valid HTML, so it would be good for ikiwiki to understand it. At the minimum, stripping the offending entity but un-escaping the rest seems like a reasonable thing to do, unless that has security implications. + +> I tested on unstable, and ikiwiki handled that sample rss fine, +> generating a `ΓΌ.html`. --[[Joey]] |