diff options
author | Josh Triplett <josh@freedesktop.org> | 2008-02-10 14:50:04 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2008-02-10 14:50:30 -0800 |
commit | 3cda22a27fafc5cdfdd32ddc0644242f61410ce7 (patch) | |
tree | f31adec9875542031ae60d41e6e657489046fc31 /IkiWiki/Plugin | |
parent | 14414fcd92f9e3c4f7b81ee3608fae7357153b78 (diff) |
Match literal '.' in URI schemas containing '.', rather than matching any character
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/htmlscrubber.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index 8c37f1be6..53d4635d5 100644 --- a/IkiWiki/Plugin/htmlscrubber.pm +++ b/IkiWiki/Plugin/htmlscrubber.pm @@ -22,7 +22,7 @@ sub import { #{{{ "dav", "dict", "dns", "fax", "go", "h323", "im", "imap", "ldap", "mid", "news", "nfs", "nntp", "pop", "pres", "sip", "sips", "snmp", "tel", "urn", "wais", "xmpp", - "z39.50r", "z39.50s", + "z39\.50r", "z39\.50s", # Selected unofficial schemes "aim", "callto", "cvs", "ed2k", "feed", "fish", "gg", "irc", "ircs", "lastfm", "ldaps", "magnet", "mms", |