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

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: Created 10 years, 1 month 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/options/about_page.html
diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
index d53181566ecadcb10e5ae0a216c02ea88c0fb325..b36e4b0468ea0e12328e92fe6df8349a0e763844 100644
--- a/chrome/browser/resources/options/about_page.html
+++ b/chrome/browser/resources/options/about_page.html
@@ -61,10 +61,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>

Powered by Google App Engine
This is Rietveld 408576698