Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Nov 5, 2014
1 parent e851ccc commit 43e1638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event/subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function parse($text)
return $text;
}

return preg_replace_callback(
return preg_replace_callback(
'((?<=^|<br />)<!-- m -->.*?href="([^"]+)".*<!-- m -->(?=<br />|$))m',
function ($m)
{
Expand Down

0 comments on commit 43e1638

Please sign in to comment.