Mirroring got broken around the merge from branches/2.1, although I'm 
not yet sure how.  This catches up to "authoritative" content across the 
board, while I figure out what broke.



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8234 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/npapi/prebuilt/gwt-dev-plugin/background.html b/plugins/npapi/prebuilt/gwt-dev-plugin/background.html
index be794d4..0bca1a5 100644
--- a/plugins/npapi/prebuilt/gwt-dev-plugin/background.html
+++ b/plugins/npapi/prebuilt/gwt-dev-plugin/background.html
@@ -1,10 +1,10 @@
-<html>

-<head>

-<script>

-  chrome.extension.onConnect.addListener(function(port) {

-    // Tell my caller his tabId

-    port.postMessage( { name:"tabId", tabId:port.tab.id } );

-  });

-</script>

-</head>

-</html>

+<html>
+<head>
+<script>
+  chrome.extension.onConnect.addListener(function(port) {
+    // Tell my caller his tabId
+    port.postMessage( { name:"tabId", tabId:port.tab.id } );
+  });
+</script>
+</head>
+</html>