aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2010-06-27 00:54:54 -0700
committerPhil Crosby2010-06-27 00:54:54 -0700
commit02bc75d560a5f24a6e6b582f587681d6c4f23a42 (patch)
tree9a4e0af70b90e729e2de1504746886a222720667
parente6336cc6df25757e32b6718fb7bc8595a2890d54 (diff)
downloadvimium-02bc75d560a5f24a6e6b582f587681d6c4f23a42.tar.bz2
Don't self close a script tag on the background page. Fixes #169.
-rw-r--r--background_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index 1109b0e0..945f24bc 100644
--- a/background_page.html
+++ b/background_page.html
@@ -1,6 +1,6 @@
<html>
<head>
-<script type="text/javascript" src="commands.js"/>
+<script type="text/javascript" src="commands.js"></script>
<script type="text/javascript" charset="utf-8">
// Chromium #15242 will make this XHR request to access the manifest unnecessary.
var manifestRequest = new XMLHttpRequest();