Chromium Code Reviews| Index: chrome/browser/resources/settings/about_page/about_page.html |
| diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html |
| index 3056163f8b9adeba907469c914613061a9d54759..e97f0283e7b2fb2bbfd48487b8a3a19e90cb3ef9 100644 |
| --- a/chrome/browser/resources/settings/about_page/about_page.html |
| +++ b/chrome/browser/resources/settings/about_page/about_page.html |
| @@ -87,13 +87,14 @@ |
| <div class="start"> |
| <div id="updateStatusMessage" |
| hidden="[[!shouldShowUpdateStatusMessage_( |
| - currentUpdateStatusEvent_)]]"> |
| + currentUpdateStatusEvent_)]]" |
| <if expr="not chromeos"> |
| - [[getUpdateStatusMessage_(currentUpdateStatusEvent_)]] |
| + inner-h-t-m-l="[[getUpdateStatusMessage_( |
| + currentUpdateStatusEvent_)]]"> |
|
Dan Beam
2016/08/05 22:58:33
indent off
dpapad
2016/08/05 23:31:45
Done.
|
| </if> |
| <if expr="chromeos"> |
| - [[getUpdateStatusMessage_( |
| - currentUpdateStatusEvent_, targetChannel_)]] |
| + inner-h-t-m-l="[[getUpdateStatusMessage_( |
| + currentUpdateStatusEvent_, targetChannel_)]]"> |
| </if> |
| </div> |
| <span id="deprecationWarning" |