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

Unified Diff: chrome/browser/resources/chromeos/network_configuration/config.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/config.html
diff --git a/chrome/browser/resources/chromeos/network_configuration/config.html b/chrome/browser/resources/chromeos/network_configuration/config.html
index 26eb2200bc268e6711e2ec8a2182852d55b8a887..07a3dc05d9dc50cb4a405da899e5c264443e8c73 100644
--- a/chrome/browser/resources/chromeos/network_configuration/config.html
+++ b/chrome/browser/resources/chromeos/network_configuration/config.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
+<meta charset="utf-8">
<title>Network Configuration</title>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr.js"></script>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/resources/chromeos/network_configuration/status.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698