Changeset 1397
- Timestamp:
- 06/17/2009 08:11:22 AM (15 months ago)
- Files:
-
- 1 modified
-
branches/1.2/libs/Wakka.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/libs/Wakka.class.php
r1382 r1397 1136 1136 // is this an interwiki link? 1137 1137 // 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) 1139 1139 { 1140 1140 $url = $this->GetInterWikiUrl($matches[1], $matches[2]);