Commit 08a9110b authored by Kush Sinha's avatar Kush Sinha Committed by Commit Bot

Fix Unicode encoding in chrome inline sign-in page

Initially observed in Chrome OS Account Manager's account addition
screen, chrome://chrome-signin does not declare its encoding as UTF-8,
leading to non-ASCII localized text to be displayed incorrectly.

Fix this by declaring the encoding as UTF-8 in the HTML WebUI page.

Bug: 1012269
Change-Id: Idc598157489355f9999e60f0e45f65de07c8f582
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847307Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Kush Sinha <sinhak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703785}
parent de440ac9
<!doctype html> <!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}"> <html dir="$i18n{textdirection}" lang="$i18n{language}">
<head> <head>
<meta charset="utf-8">
<title>$i18n{title}</title> <title>$i18n{title}</title>
<link rel="import" href="chrome://resources/html/polymer.html"> <link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/cr_elements/icons.html"> <link rel="import" href="chrome://resources/cr_elements/icons.html">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment