use Ox.decodeURI/Ox.decodeURIComponent
This commit is contained in:
parent
e1913a1d05
commit
1e10fb5967
4 changed files with 4 additions and 4 deletions
|
|
@ -327,7 +327,7 @@ pandora.ui.infoView = function(data) {
|
|||
.append(formatKey('wiki'))
|
||||
.append(
|
||||
'<a href="' + data.wiki + '">'
|
||||
+ decodeURI(data.wiki.split('wiki/').pop()) + '</a>'
|
||||
+ Ox.decodeURI(data.wiki.split('wiki/').pop()) + '</a>'
|
||||
);
|
||||
}
|
||||
$links.appendTo($text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue