diff options
Diffstat (limited to 'chrome/browser/resources/help/help.html')
-rw-r--r-- | chrome/browser/resources/help/help.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html index 762f59a..520589c 100644 --- a/chrome/browser/resources/help/help.html +++ b/chrome/browser/resources/help/help.html @@ -18,7 +18,8 @@ <h1 i18n-content="aboutTitle"></h1> </header> <div id="about-container"> - <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> + <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed --> + <img id="help-product-logo"> <div id="product-description"> <h2 i18n-content="aboutProductTitle"></h2> <span i18n-content="aboutProductDescription"></span> |