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

Unified Diff: chrome/browser/resources/device_log_ui/device_log_ui.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
« no previous file with comments | « no previous file | components/flags_ui/resources/apple_flags.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/device_log_ui/device_log_ui.html
diff --git a/chrome/browser/resources/device_log_ui/device_log_ui.html b/chrome/browser/resources/device_log_ui/device_log_ui.html
index 30a10731589837c87fbdbd1689157bb6d31abbb8..50963fe647260d7a070205b66cad3deaa35c1e21 100644
--- a/chrome/browser/resources/device_log_ui/device_log_ui.html
+++ b/chrome/browser/resources/device_log_ui/device_log_ui.html
@@ -9,7 +9,7 @@
<script src="chrome://device-log/strings.js"></script>
<script src="chrome://device-log/device_log_ui.js"></script>
</head>
-<body style="fontFamily:$i18n{fontfamily};fontSize:$i18n{fontsize};">
+<body style="font-family: $i18n{fontfamily}; font-size: $i18n{fontsize};">
<div id="header">
<p>$i18n{autoRefreshText}</p>
</div>
« no previous file with comments | « no previous file | components/flags_ui/resources/apple_flags.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698