diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 00:12:17 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 00:12:17 +0000 |
commit | d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e (patch) | |
tree | ca79c67b7b190654067a220e2b08977972530165 /chrome/common/extensions/docs/static/getstarted.html | |
parent | 58ff6522b72da7b04ffe08771b9dc64ede284f58 (diff) | |
download | chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.zip chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.tar.gz chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.tar.bz2 |
Changed comments to use HTML comments instead of class="comment".
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/440028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index c82096b..f2e6595 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -146,11 +146,7 @@ it won't work! </p> <h2 id="summary">Now what?</h2> -<p class="comment"> -[PENDING: Summarize what we did, -what it means, -what else we would've done if this were a real extension (e.g. package it), -and where to find more information.]</p> +<!-- [PENDING: Summarize what we did, what it means, what else we would've done if this were a real extension (e.g. package it), and where to find more information.] --> <p> Here are some suggestions for what to do next: |