diff options
Diffstat (limited to 'inc/parser/parser.php')
-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 87a29328c..f1a10fb00 100644 --- a/inc/parser/parser.php +++ b/inc/parser/parser.php @@ -707,7 +707,7 @@ class Doku_Parser_Mode_InternalLink extends Doku_Parser_Mode { function connectTo($mode) { // Word boundaries? - $this->Lexer->addSpecialPattern("\[\[[^\]]+?\]\]",$mode,'internallink'); + $this->Lexer->addSpecialPattern("\[\[.+?\]\]",$mode,'internallink'); } } |