diff options
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index 72d6c82..527a253 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -97,7 +97,7 @@ </tr> </tbody></table> - <div id="codesiteContent"> + <div id="codesiteContent" class=""> <a id="gc-topnav-anchor"></a> <div id="gc-topnav"> @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Formats: Manifest Files</h1> + <h1 class="page_title">Formats: Manifest Files - Google Chrome Extensions - Google Code</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -519,8 +519,12 @@ For more information, see <div> <h4>Callback function</h4> <p> - If you specify the <em>callback</em> parameter, - it should specify a function that looks like this: + The callback <em>parameter</em> should specify a function + that looks like this: + </p> + <p> + If you specify the <em>callback</em> parameter, it should + specify a function that looks like this: </p> <!-- Note: intentionally longer 80 columns --> |