Skip to content
Snippets Groups Projects
Commit a7b96b2a authored by Michael Klier's avatar Michael Klier
Browse files

fix for FS#1305

darcs-hash:20081011190300-23886-3d5d5e2d1774a802ce9da841812a8838b2945d86.gz
parent b32df754
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@
# You can add more InterWiki shortcuts here.
wp http://en.wikipedia.org/wiki/
wpde http://de.wikipedia.org/wiki/
wpmeta http://meta.wikipedia.org/wiki/
wp http://en.wikipedia.org/wiki/{NAME}
wpde http://de.wikipedia.org/wiki/{NAME}
wpmeta http://meta.wikipedia.org/wiki/{NAME}
schoki http://www.schokilade.de/doku.php?id=
doku http://www.dokuwiki.org/
freecache http://freecache.org/{NAME}
......
......@@ -579,7 +579,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage);
//get interwiki URL
$url = $this-> _resolveInterWiki($wikiName,$wikiUri);
$url = $this->_resolveInterWiki($wikiName,$wikiUri);
if ( !$isImage ) {
$class = preg_replace('/[^_\-a-z0-9]+/i','_',$wikiName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment