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

Unified Diff: components/neterror/resources/neterror.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 | « components/flags_ui/resources/apple_flags.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/neterror/resources/neterror.html
diff --git a/components/neterror/resources/neterror.html b/components/neterror/resources/neterror.html
index 4c652ae9d479de9640594d31cf72d3992ce836d5..9797a377b1783b11dfb4f79e01760d2b21bf474f 100644
--- a/components/neterror/resources/neterror.html
+++ b/components/neterror/resources/neterror.html
@@ -12,7 +12,7 @@
<script src="neterror.js"></script>
<script src="offline.js"></script>
</head>
-<body id="t" style="fontFamily:$i18n{fontfamily};fontSize:$i18n{fontsize}">
+<body id="t" style="font-family: $i18n{fontfamily}; font-size: $i18n{fontsize}">
<div id="main-frame-error" class="interstitial-wrapper">
<div id="main-content">
<div class="icon"
« no previous file with comments | « components/flags_ui/resources/apple_flags.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698