diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 19:32:50 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 19:32:50 +0000 |
commit | 6b54712e0e5b2edc5b6aea70c92d6f844c56ad5a (patch) | |
tree | 8d0a05ce4fc2297c5f3bb8c8dc9a2328a11c2c97 /chrome | |
parent | 81a34415cb55543b8f8db86ee6872cd70cd24445 (diff) | |
download | chromium_src-6b54712e0e5b2edc5b6aea70c92d6f844c56ad5a.zip chromium_src-6b54712e0e5b2edc5b6aea70c92d6f844c56ad5a.tar.gz chromium_src-6b54712e0e5b2edc5b6aea70c92d6f844c56ad5a.tar.bz2 |
Add the home page url of the ICU project to the credit file.
Review URL: http://codereview.chromium.org/14180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/about_credits.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html index 1eb7d6a..508732e 100644 --- a/chrome/browser/resources/about_credits.html +++ b/chrome/browser/resources/about_credits.html @@ -1,11 +1,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> -<meta charset="utf-8"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Credits</title> <style type="text/css"> body { - font-family:arial; + font-family:arial,sans-serif; background-color:white; font-size:84%; max-width:1020px; @@ -310,6 +310,7 @@ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION</strong> <div class="product"> <span class="title">icu38</span> <a class="show" href="#" onclick="return toggle(this);">show license</a> +<span class="homepage"><a href="http://www.icu-project.org">homepage</a></span> <div class="licence"> <h3>icu38 is licensed as follows:</h3> <p>COPYRIGHT AND PERMISSION NOTICE</p> |