diff options
Diffstat (limited to 'inc/parser')
-rw-r--r-- | inc/parser/handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index b36fd142b..41449d824 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -455,7 +455,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-Z0-9\.]+>{1}.*$/u',$link[0]) ) { // Interwiki $interwiki = preg_split('/>/u',$link[0]); $this->_addCall( |