]> git.mjollnir.org Git - s9y.git/commitdiff
Textile fix by Bman
authorgarvinhicking <garvinhicking>
Sun, 8 Jul 2007 18:45:46 +0000 (18:45 +0000)
committergarvinhicking <garvinhicking>
Sun, 8 Jul 2007 18:45:46 +0000 (18:45 +0000)
plugins/serendipity_event_textile/textile.php

index b2aed6ede44638c5bde1463fc98202c8bf1da436..df8d688c8fd6e7c631d8b68b491cc85653b4a701 100644 (file)
@@ -488,12 +488,12 @@ Applying Attributes:
         global $textile_c;
         return preg_replace_callback('/
             ([\s[{(]|[[:punct:]])?     # $pre
-            "                          # start
+            ("|&quot;)                          # start
             ('.$textile_c.')                   # $textile_atts
             ([^"]+)                  # $text
             \s?
             (?:\(([^)]+)\)(?="))?    # $title
-            ":
+            ("|&quot;):
             (\S+\b)                    # $url
             (\/)?                      # $textile_slash
             ([^\w\/;]*)                # $post