| Index: chrome/common/extensions/docs/templates/articles/options.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/options.html b/chrome/common/extensions/docs/templates/articles/options.html
|
| index 98a86a70f5fe804686aef0d2cb4165f4727baced..35cbe627a2feb7c8c9eb6011cc0efa01af8ffd86 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/options.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/options.html
|
| @@ -54,7 +54,7 @@ document.querySelector('#save').addEventListener('click', save_options);
|
| <pre>
|
| <html>
|
| <head><title>My Test Extension Options</title></head>
|
| -<script src="options.js">
|
| +<script src="options.js"></script>
|
|
|
| <body>
|
|
|
|
|