Skip to content

Commit

Permalink
TexyPhraseModule: fixed //emphasis// collision with URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 20, 2010
1 parent 0227d0e commit 99e2a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texy/modules/TexyPhraseModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function __construct($texy)
// //emphasis//
$texy->registerLinePattern(
array($this, 'patternPhrase'),
'#(?<![/:])\/\/(?![\s/])(.+)'.TEXY_MODIFIER.'?(?<![\s/])\/\/(?!\/)'.TEXY_LINK.'??()#Uus',
'#(?<![/:])\/\/(?![\s/])(.+)'.TEXY_MODIFIER.'?(?<![\s/:])\/\/(?!\/)'.TEXY_LINK.'??()#Uus',
'phrase/em'
);

Expand Down

0 comments on commit 99e2a98

Please sign in to comment.