| 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>
|
|
|