diff options
author | laforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-09 21:56:31 +0000 |
---|---|---|
committer | laforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-09 21:56:31 +0000 |
commit | 767cc7f25de0c9be199d1f4f267e569ff6788119 (patch) | |
tree | 00725874947abfa2c15b1b394e40ca69e8645713 /chrome | |
parent | 8277ab37b8f87edd8871a0754e8a833dcf8924c8 (diff) | |
download | chromium_src-767cc7f25de0c9be199d1f4f267e569ff6788119.zip chromium_src-767cc7f25de0c9be199d1f4f267e569ff6788119.tar.gz chromium_src-767cc7f25de0c9be199d1f4f267e569ff6788119.tar.bz2 |
Fixed a link in the about_credits.html
Bug: 4793: about:credits LIBXSLT bad homepage link
TBR=laforge@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/about_credits.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html index ac532c9..4c2950b 100644 --- a/chrome/browser/resources/about_credits.html +++ b/chrome/browser/resources/about_credits.html @@ -405,7 +405,7 @@ The Google Chrome software developed by Google is licensed under the BSD license <div class="product"> <span class="title">libxslt</span> <a class="show" href="#" onclick="return toggle(this);">show license</a> -<span class="homepage"><a href="xmlsoft.org/XSLT/">homepage</a></span> +<span class="homepage"><a href="http://xmlsoft.org/XSLT/">homepage</a></span> <div class="licence"> <h3>libxslt is licensed as follows:</h3> <p><strong>Licence for libxslt except libexslt </strong></p> |