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

Unified Diff: chrome/browser/resources/ssl/blocking.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/ssl/blocking.html
diff --git a/chrome/browser/resources/ssl/blocking.html b/chrome/browser/resources/ssl/blocking.html
index 004cf225cf111cbbebd609e91dcf8df36e922164..c6d62dd98bc23dcdbdff4525e5b94fb162097059 100644
--- a/chrome/browser/resources/ssl/blocking.html
+++ b/chrome/browser/resources/ssl/blocking.html
@@ -3,6 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
+ <meta charset="utf-8">
<title i18n-content="title"></title>
<link rel="stylesheet" href="../../../renderer/resources/neterror.css">
<link rel="stylesheet" href="blocking.css">

Powered by Google App Engine
This is Rietveld 408576698