includes/wikiengine/TagSanitizer.php
changeset 1127 4b858862c35c
parent 1081 745200a9cc2a
child 1227 bdac73ed481e
--- 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