summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-02-15 16:51:48 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-02-15 16:51:48 +0100
commitf379edc2c80eee8cab2b94a4374113a0100f3929 (patch)
tree9bd0c531ef09dcadba4ed8b2ad24235c766fcabf /inc/parser
parent6496c33fc8e98f6e3acaaa5db0234d9c07bec4fe (diff)
downloadrpg-f379edc2c80eee8cab2b94a4374113a0100f3929.tar.gz
rpg-f379edc2c80eee8cab2b94a4374113a0100f3929.tar.bz2
fix comment in _resolveInterWiki
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/renderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php
index fa70c299e..01a1fbfec 100644
--- a/inc/parser/renderer.php
+++ b/inc/parser/renderer.php
@@ -321,7 +321,7 @@ class Doku_Renderer extends DokuWiki_Plugin {
//default
$url = $url . rawurlencode($reference);
}
- //url without slashes is handled as a pageid
+ //handle as wiki links
if($url{0} === ':') {
list($id, $urlparam) = explode('?', $url, 2);
$url = wl(cleanID($id), $urlparam);