diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-16 18:52:31 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-06-16 18:52:31 -0400 |
commit | ce90f57c6abbef577900078041388ea5a85bb2ef (patch) | |
tree | 898d22b03797f3ca4b4b355059b6ebdc999abaf9 /lib/http_observer/stream_loader.js | |
parent | f38217420cc13a96633222cd95f3ac65ae74aa25 (diff) | |
download | librejsxul-ce90f57c6abbef577900078041388ea5a85bb2ef.tar.lz librejsxul-ce90f57c6abbef577900078041388ea5a85bb2ef.tar.xz librejsxul-ce90f57c6abbef577900078041388ea5a85bb2ef.zip |
apply Jookia's patch and update changelog
Diffstat (limited to 'lib/http_observer/stream_loader.js')
-rw-r--r-- | lib/http_observer/stream_loader.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_observer/stream_loader.js b/lib/http_observer/stream_loader.js index cae11a7..a90e341 100644 --- a/lib/http_observer/stream_loader.js +++ b/lib/http_observer/stream_loader.js @@ -146,7 +146,7 @@ StreamListener.prototype.onDetermineCharset = function onDetermineCharset( loader.channel.contentCharset = match[1]; return match[1]; } else { - return "UTF-8"; + return "utf-8"; } } }; |