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

Unified Diff: components/flags_ui/resources/apple_flags.html

Issue 2946433002: Fix a regression from i18n-* -> $i18n{} migration (Closed)
Patch Set: one more Created 3 years, 6 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: components/flags_ui/resources/apple_flags.html
diff --git a/components/flags_ui/resources/apple_flags.html b/components/flags_ui/resources/apple_flags.html
index 3760509b8e02bc3a7815f3e91cafa08b42f25f6c..54fd5adff20cc17416cec163ed28e33114594df5 100644
--- a/components/flags_ui/resources/apple_flags.html
+++ b/components/flags_ui/resources/apple_flags.html
@@ -14,7 +14,7 @@
<script src="chrome://ui-alternatives/flags.js"></script>
<script src="chrome://ui-alternatives/strings.js"></script>
</head>
-<body style="fontFamily:$i18n{fontfamily};fontSize:$i18n{fontsize}">
+<body style="font-family: $i18n{fontfamily}; font-size: $i18n{fontsize}">
<div id="body-container" style="visibility:hidden">
<div id="flagsTemplate">
<div id="container" class="vbox-container">
« no previous file with comments | « chrome/browser/resources/device_log_ui/device_log_ui.html ('k') | components/neterror/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698