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

Unified Diff: chrome/browser/resources/help/help_content.html

Issue 2540023002: Fix browser version string in RTL mode. (Closed)
Patch Set: Revert about_page.html changes, not needed anymore. Created 4 years 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
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>&nbsp;<span id="os-version"></span>

Powered by Google App Engine
This is Rietveld 408576698