aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_observer/stream_loader.js
diff options
context:
space:
mode:
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";
}
}
};