| Index: chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
|
| diff --git a/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html b/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
|
| index 26c86a3764980b17ca28bf32871e1420614eb40c..9b8bc71b15ace2a11eebdf4933bedf88864a9022 100644
|
| --- a/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
|
| +++ b/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
|
| @@ -8,8 +8,8 @@
|
| <script src='typedUrls.js'></script>
|
| </head>
|
|
|
| - <body onload='buildTypedUrlList("typedUrl_div")' >
|
| + <body>
|
| <h2>Recently Typed URLs:</h2>
|
| - <div id='typedUrl_div'></div>
|
| + <div id="typedUrl_div"></div>
|
| </body>
|
| </html>
|
|
|