Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: chrome/browser/resources/chromeos/network_configuration/status.html

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/network_configuration/status.html
diff --git a/chrome/browser/resources/chromeos/network_configuration/status.html b/chrome/browser/resources/chromeos/network_configuration/status.html
index 663a733277b58175fa1f01c345fa10cf8a958ffc..fa87793791ea891b5975bc7442d392b2d437e7ee 100644
--- a/chrome/browser/resources/chromeos/network_configuration/status.html
+++ b/chrome/browser/resources/chromeos/network_configuration/status.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
+<meta charset="utf-8">
<title>Network Status</title>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr.js"></script>

Powered by Google App Engine
This is Rietveld 408576698