diff options
-rw-r--r-- | inc/parser/parser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/parser.php b/inc/parser/parser.php index 38a59e256..37da712cc 100644 --- a/inc/parser/parser.php +++ b/inc/parser/parser.php @@ -310,7 +310,7 @@ class Doku_Parser_Mode_formatting extends Doku_Parser_Mode { ), 'emphasis'=> array ( - 'entry'=>'//(?=[^\x00]*[^:]//)', //hack for bug #384 + 'entry'=>'//(?=[^\x00]*[^:])', //hack for bugs #384 #763 #1468 'exit'=>'//', 'sort'=>80 ), |