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

Unified Diff: chrome/browser/resources/managed_mode_block_interstitial.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/managed_mode_block_interstitial.html
diff --git a/chrome/browser/resources/managed_mode_block_interstitial.html b/chrome/browser/resources/managed_mode_block_interstitial.html
index 3ee9b661844dec5ef59226d4f9347c8037f4443c..fc0499d5d5ee783d67dcf98f903859e6fc2babfa 100644
--- a/chrome/browser/resources/managed_mode_block_interstitial.html
+++ b/chrome/browser/resources/managed_mode_block_interstitial.html
@@ -2,6 +2,7 @@
<html i18n-values="dir:textdirection">
<head>
<meta name="viewport" content="width=device-width">
+<meta charset="utf-8">
<title i18n-content="blockPageTitle"></title>
<link rel="stylesheet" href="managed_mode_block_interstitial.css">
<script src="../../../ui/webui/resources/js/cr.js"></script>
« no previous file with comments | « chrome/browser/resources/local_ntp/local_ntp.html ('k') | chrome/browser/resources/net_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698