Changeset 1397

Show
Ignore:
Timestamp:
06/17/2009 08:11:22 AM (15 months ago)
Author:
DarTar
Message:

Porting patch [1373] from 1.1.6.7 (broken external links), refs #868

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/libs/Wakka.class.php

    r1382 r1397  
    11361136                // is this an interwiki link? 
    11371137                // before the : should be a WikiName; anything after can be (nearly) anything that's allowed in a URL 
    1138                 if (preg_match('/^([A-ÄÖÜ][A-Za-zÄÖÜßäöü]+)[:](\S*)$/', $tag, $matches))        // @@@ FIXME #34 (inconsistent with Formatter) 
     1138                if (preg_match('/^([A-ZÄÖÜ][A-Za-zÄÖÜßäöü]+)[:](\S*)$/', $tag, $matches))       // @@@ FIXME #34 (inconsistent with Formatter) 
    11391139                { 
    11401140                        $url = $this->GetInterWikiUrl($matches[1], $matches[2]);