summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-10-02 19:48:26 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-10-02 19:49:36 +0200
commit15f1b77cd64a0f676733cf10227129deffcc922b (patch)
treebe3cddd72dec59537224b4da2e163ebe385de9fb /inc/parser
parent341f60512614ff9a4ad206e33369aa199b3f1330 (diff)
downloadrpg-15f1b77cd64a0f676733cf10227129deffcc922b.tar.gz
rpg-15f1b77cd64a0f676733cf10227129deffcc922b.tar.bz2
more relaxed recognition of windows share links FS#1991
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php
index acca3f5a1..a96e6b9db 100644
--- a/inc/parser/handler.php
+++ b/inc/parser/handler.php
@@ -440,7 +440,7 @@ class Doku_Handler {
array($link[0],$link[1],strtolower($interwiki[0]),$interwiki[1]),
$pos
);
- }elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$link[0]) ) {
+ }elseif ( preg_match('/^\\\\\\\\[^\\\\]+?\\\\/u',$link[0]) ) {
// Windows Share
$this->_addCall(
'windowssharelink',