Skip to content

Commit

Permalink
dunno if someone ever used this, but has been broken for quite some t…
Browse files Browse the repository at this point in the history
…ime.

git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@224398 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Moritz Venn committed Dec 5, 2006
1 parent 93d83af commit 36d1c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Text/Wiki/Render/Docbook/Wikilink.php
Expand Up @@ -82,8 +82,8 @@ function token($options)

// convert *after* checking against page names so as not to mess
// up what the user typed and what we're checking.
$page = $this->urlEncode(($page);
$anchor = $this->urlEncode(($anchor);
$page = $this->urlEncode($page);
$anchor = $this->urlEncode($anchor);
$text = $this->textEncode($text);

// does the page exist?
Expand Down

0 comments on commit 36d1c73

Please sign in to comment.