aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_observer/stream_loader.js
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-06-16 18:52:31 -0400
committerNik Nyby <nikolas@gnu.org>2015-06-16 18:52:31 -0400
commitce90f57c6abbef577900078041388ea5a85bb2ef (patch)
tree898d22b03797f3ca4b4b355059b6ebdc999abaf9 /lib/http_observer/stream_loader.js
parentf38217420cc13a96633222cd95f3ac65ae74aa25 (diff)
downloadlibrejsxul-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.js2
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";
}
}
};