Textile fix by Bman
This commit is contained in:
parent
79a5d30245
commit
92b9098305
@ -488,12 +488,12 @@ Applying Attributes:
|
||||
global $textile_c;
|
||||
return preg_replace_callback('/
|
||||
([\s[{(]|[[:punct:]])? # $pre
|
||||
" # start
|
||||
("|") # start
|
||||
('.$textile_c.') # $textile_atts
|
||||
([^"]+) # $text
|
||||
\s?
|
||||
(?:\(([^)]+)\)(?="))? # $title
|
||||
":
|
||||
("|"):
|
||||
(\S+\b) # $url
|
||||
(\/)? # $textile_slash
|
||||
([^\w\/;]*) # $post
|
||||
|
Loading…
x
Reference in New Issue
Block a user