diff -r 367768040a61 -r 4b858862c35c includes/wikiengine/TagSanitizer.php --- a/includes/wikiengine/TagSanitizer.php Wed Sep 30 20:01:23 2009 -0400 +++ b/includes/wikiengine/TagSanitizer.php Sun Oct 04 03:59:38 2009 -0400 @@ -29,7 +29,7 @@ ($space*=$space* (?: # The attribute value: quoted or alone - ".'"'."([^<".'"'."]*)".'"'." + \"([^<\"]*)\" | '([^<']*)' | ([a-zA-Z0-9!#$%&()*,\\-.\\/:;<>?@[\\]^_`{|}~]+) | (\#[0-9a-fA-F]+) # Technically wrong, but lots of