From a6755281caf089bc0d12d715100b727bc97aa8da Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 20 May 2005 17:07:02 +0200 Subject: small fixes for linkparsing #337 #339 darcs-hash:20050520150702-9977f-a2ef5264ff38a5225521c83eeaf85759c92a37bb.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 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'); } } -- cgit v1.2.3