| 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">
|
|
|