From: Joey Hess Date: Sun, 10 Feb 2008 23:36:48 +0000 (-0500) Subject: Match literal '.' in URI schemas containing '.', rather than matching any character X-Git-Tag: 1.33.5~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9c2ac0228b810e11fdaf414740cb547d837b545e;p=ikiwiki.git Match literal '.' in URI schemas containing '.', rather than matching any character --- diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index 067d766f7..c6227f988 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",