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

Unified Diff: chrome/browser/resources/welcome/win10/inline.html

Issue 2706883002: Add missing charset tag to html resources (Closed)
Patch Set: Created 3 years, 10 months 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/welcome/win10/inline.html
diff --git a/chrome/browser/resources/welcome/win10/inline.html b/chrome/browser/resources/welcome/win10/inline.html
index 966740989fc481832cb55fe010e44e890edf6869..eec0458d9326be2478f6e19da5e233632775de0e 100644
--- a/chrome/browser/resources/welcome/win10/inline.html
+++ b/chrome/browser/resources/welcome/win10/inline.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8">
<title>$i18n{headerText}</title>
<link rel="import" href="chrome://resources/cr_elements/icons.html">
« no previous file with comments | « chrome/browser/resources/welcome/welcome.html ('k') | chrome/browser/resources/welcome/win10/sectioned.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698