summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/parser.php2
1 files changed, 1 insertions, 1 deletions
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'=>'//(?=.*(?<!http:|ftp:)//)', //hack for bug #384
'exit'=>'//',
'sort'=>80
),