diff options
author | Joey Hess <joey@kitenet.net> | 2008-02-29 13:04:31 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-02-29 13:04:31 -0500 |
commit | 361ce5d3a989076040422daa5fe22e8c4a5136a6 (patch) | |
tree | 2d7eee152673a26666c61b87444af758bc9961ff /doc/bugs | |
parent | 932303890499d943517df88646b08fa3521e79f6 (diff) |
web commit by http://madduck.myopenid.com/: trace this bug to htmlscrubber and $safe_url_regexp
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn b/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn index cb7d92da0..b9b6a23e9 100644 --- a/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn +++ b/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn @@ -2,4 +2,4 @@ Since upgrading from Ikiwiki 2.20 to 2.32.3 (from Debian Lenny), I don't get hyp EDIT: I just found that in this wiki under <http://ikiwiki.info/bugs/done/> the entry "mailto: links not properly generated in rss/atom feeds" also doesn't have a hyperlink - at least it's not a problem with my config only ;-) -[[madduck]]: I can confirm this on my own wiki. +[[madduck]]: I traced this down to `htmlscrubber`. If disabled, it works. If enabled, then `$safe_url_regexp` determines the URL unsafe because of the colon and hence removes the `src` attribute. |