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

Unified Diff: chrome/browser/resources/chromeos/guest_session_tab.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/guest_session_tab.html
diff --git a/chrome/browser/resources/chromeos/guest_session_tab.html b/chrome/browser/resources/chromeos/guest_session_tab.html
index 7e5192790b4f19371331ca2dfc98cbbebb1300f2..b4d2dc90da9a4dbe19db7038c3fbce02ee5a772b 100644
--- a/chrome/browser/resources/chromeos/guest_session_tab.html
+++ b/chrome/browser/resources/chromeos/guest_session_tab.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html i18n-values="dir:textdirection;">
<head>
+<meta charset="utf-8">
<title i18n-content="title"></title>
<link rel="stylesheet" href="../ntp4/incognito_tab.css">
<link rel="stylesheet" href="login/enterprise_info.css">

Powered by Google App Engine
This is Rietveld 408576698