1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 02:54:12 +01:00

Fix typo in statusline.updateUrl.

This commit is contained in:
Doug Kearns
2009-07-14 23:23:24 +10:00
parent ecc26ad728
commit e5bdef975b

View File

@@ -2096,7 +2096,7 @@ function StatusLine() //{{{
{
// ripped from Firefox
if (!window.losslessDecodeURI)
window.losslessDecodeURI = function (aURL, aPostDataRef) {
window.losslessDecodeURI = function (aURI, aPostDataRef) {
var value = aURI.spec;
// Try to decode as UTF-8 if there's no encoding sequence that we would break.
if (!/%25(?:3B|2F|3F|3A|40|26|3D|2B|24|2C|23)/i.test(value))