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

Unified Diff: chrome/browser/resources/options/about_page.html

Issue 5315006: chromeos: Fix DOMUI about:credits link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: abstract out AboutSource init code from WillHandleBrowserAboutURL Created 10 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
« no previous file with comments | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/about_page.html
diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
index 9c753aaafa8e4a16ca88e83fea892461fb0ab3ec..a2490d7f3dc209c4ff5864a1d5d53deba72dda42 100644
--- a/chrome/browser/resources/options/about_page.html
+++ b/chrome/browser/resources/options/about_page.html
@@ -67,10 +67,12 @@
<div>
<!-- Odd formatting to avoid unwanted spaces between elements. -->
<span i18n-content="license_content_0">
- </span><a i18n-values="href:license_link_0"
+ </span><a target="_blank"
+ i18n-values="href:license_link_0"
i18n-content="license_link_content_0">
</a><span i18n-content="license_content_1">
- </span><a i18n-values="href:license_link_1"
+ </span><a target="_blank"
+ i18n-values="href:license_link_1"
i18n-content="license_link_content_1">
</a><span i18n-content="license_content_2">
</span>
« no previous file with comments | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698