diff options
Diffstat (limited to 'chrome/common/extensions/docs/devguide.html')
-rw-r--r-- | chrome/common/extensions/docs/devguide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html index 4d45aa9..1cbd19b 100644 --- a/chrome/common/extensions/docs/devguide.html +++ b/chrome/common/extensions/docs/devguide.html @@ -15,7 +15,8 @@ </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> - <title>Developer's Guide - Google Chrome Extensions - Google Code</title></head><body> <div id="gc-container" class="labs"> + <title>Developer's Guide - Google Chrome Extensions - Google Code</title></head> + <body> <div id="gc-container" class="labs"> <div id="devModeWarning"> You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files. </div> |