diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 22:52:18 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 22:52:18 +0000 |
commit | d9c8df2e25c4cde284aee591e5edabff76c00113 (patch) | |
tree | 8fb388bab1faf6978914763fe10b152cb76059b2 /chrome/common/extensions/docs/themes.html | |
parent | ca32a43d3d00983134f0ecec4e43a5a8dc0b61da (diff) | |
download | chromium_src-d9c8df2e25c4cde284aee591e5edabff76c00113.zip chromium_src-d9c8df2e25c4cde284aee591e5edabff76c00113.tar.gz chromium_src-d9c8df2e25c4cde284aee591e5edabff76c00113.tar.bz2 |
Extension Doc Changes (no building or testable changes)
Fix pageTitle/pageName error (and do some cleanup to try to prevent confusion in the future).
Note that the pageData-title has changed to pageData-name in all the static pages.
TBR=kathyw,aa
Review URL: http://codereview.chromium.org/465039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/themes.html')
-rw-r--r-- | chrome/common/extensions/docs/themes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html index 99ec12d..ea3acff 100644 --- a/chrome/common/extensions/docs/themes.html +++ b/chrome/common/extensions/docs/themes.html @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Themes - Google Chrome Extensions - Google Code</h1> + <h1 class="page_title">Themes</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> |