Chromium Code Reviews| Index: chrome/browser/resources/help/help_content.html |
| diff --git a/chrome/browser/resources/help/help_content.html b/chrome/browser/resources/help/help_content.html |
| index 05b19b0062cd55f0c022392a805b8dc6a7f9c03f..a093768376334b37d470809594c97f6ecf89627e 100644 |
| --- a/chrome/browser/resources/help/help_content.html |
| +++ b/chrome/browser/resources/help/help_content.html |
| @@ -15,7 +15,9 @@ |
| </if> |
| </div> |
| <div id="version-container"> |
| - <div i18n-content="browserVersion" dir="ltr"></div> |
| + <div> |
| + <span i18n-content="browserVersion" dir="ltr"></span> |
|
Dan Beam
2016/12/03 01:26:07
^ still needed?
dpapad
2016/12/03 02:08:30
Yes, that is the old page (chrome://help), in whic
|
| + </div> |
| <if expr="chromeos"> |
| <div> |
| <span i18n-content="platform"></span> <span id="os-version"></span> |