forked from 0x2620/pandora
decode %3A too
This commit is contained in:
parent
c53ded75b7
commit
de011b5369
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ pandora.ui.infoView = function(data) {
|
||||||
+ value + '</a>';
|
+ value + '</a>';
|
||||||
} else if (key == 'wiki') {
|
} else if (key == 'wiki') {
|
||||||
ret = '<a href="' + value + '">'
|
ret = '<a href="' + value + '">'
|
||||||
+ Ox.decodeURI(value.split('wiki/').pop()) + '</a>';
|
+ Ox.decodeURIComponent(value.split('wiki/').pop()) + '</a>';
|
||||||
} else {
|
} else {
|
||||||
ret = value;
|
ret = value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue