From ad65ae46fa4561dfb79f264d2914f09d3883608e Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 1 Jul 2005 15:40:40 +0200 Subject: hack to fix #384 This isn't a real fix for FS#384 but cures the symptoms at least. The emphasis regexp now doesn't take the double slash of auto-URLs as closing match anymore. darcs-hash:20050701134040-9977f-5130eaea0ebcb43918e48e823fcfbbf628d88981.gz --- inc/parser/parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser') diff --git a/inc/parser/parser.php b/inc/parser/parser.php index d91b817ff..0af0a7108 100644 --- a/inc/parser/parser.php +++ b/inc/parser/parser.php @@ -321,7 +321,7 @@ class Doku_Parser_Mode_formatting extends Doku_Parser_Mode { ), 'emphasis'=> array ( - 'entry'=>'//(?=.*//)', + 'entry'=>'//(?=.*(?'//', 'sort'=>80 ), -- cgit v1.2.3