From 24b0ff2a3a4fa0f9c845cf20b6f0a917c48b9a94 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 11 Oct 2008 18:48:47 +0200 Subject: Another fix for emphasis parsing FS#1468 Hopefully doesn't break anything darcs-hash:20081011164847-7ad00-9c0873e505e1c3b9dad2477d3ccfaf9c75d95839.gz --- inc/parser/parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser/parser.php') 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 ), -- cgit v1.2.3