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 09b4a63..ec21cb7 100644
--- a/lib/http_observer/stream_loader.js
+++ b/lib/http_observer/stream_loader.js
@@ -148,7 +148,7 @@ StreamListener.prototype.onDetermineCharset = function onDetermineCharset(
loader.channel.contentCharset = match[1];
return match[1];
} else {
- return "utf-8";
+ return "UTF-8";
}
}
};