From 1c88f0b185ca8436df98f7bab63e488e843baf39 Mon Sep 17 00:00:00 2001 From: Robby Cornelissen Date: Fri, 30 Sep 2005 17:52:49 +0200 Subject: allow dots in interwiki names darcs-hash:20050930155249-0fef0-16280e1c28947a2604e04fb3311b97f207b6234a.gz --- inc/parser/handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser') diff --git a/inc/parser/handler.php b/inc/parser/handler.php index 53b6e8ea6..d2dc49a5d 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -396,7 +396,7 @@ class Doku_Handler { //decide which kind of link it is - if ( preg_match('/^[a-zA-Z]+>{1}.*$/u',$link[0]) ) { + if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$link[0]) ) { // Interwiki $interwiki = preg_split('/>/u',$link[0]); $this->_addCall( -- cgit v1.2.3