Skip to content

Commit

Permalink
include trailing braces
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@229793 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Michele Tomaiuolo committed Feb 14, 2007
1 parent 038ac2e commit 537b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Wiki/Parse/Creole/Tt.php
Expand Up @@ -32,7 +32,7 @@ class Text_Wiki_Parse_Tt extends Text_Wiki_Parse {
*
*/

var $regex = '/{{{(.*?)}}}/';
var $regex = '/{{{(.*?)}}}(?!})/';

/**
*
Expand Down

0 comments on commit 537b860

Please sign in to comment.