diff options
Diffstat (limited to 'chrome/common/extensions/docs/i18n.html')
-rw-r--r-- | chrome/common/extensions/docs/i18n.html | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index 229b829..0926be8 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.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">i18n</h1> + <h1 class="page_title">i18n - Google Chrome Extensions - Google Code</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -396,8 +396,12 @@ function getMessage() { <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 style="display: none; "> + If you specify the <em>callback</em> parameter, it should + specify a function that looks like this: </p> <!-- Note: intentionally longer 80 columns --> @@ -499,8 +503,12 @@ function getMessage() { <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 --> |