diff --git a/assets/vpu-signature.html.ejs b/assets/vpu-signature.html.ejs
index 46575a73c88950d3cbb675a1311b7a6eae86ccd4..9e4bafefcf92be3a4e0731936a33f48fab7c28a4 100644
--- a/assets/vpu-signature.html.ejs
+++ b/assets/vpu-signature.html.ejs
@@ -8,8 +8,8 @@
     <link rel="shortcut icon" type="image/x-icon" href="<%= geturl('local/vpu-signature/favicon.ico') %>">
     <link rel="icon" type="image/svg+xml" href="<%= geturl('local/vpu-signature/favicon.svg') %>" sizes="any">
 
-    <!-- XXX: Disable adoptedStyleSheets so that lit-element doesn't use it and we can edit CSS in the Chrome dev tools -->
 <% if (environment === "local") { -%>
+    <!-- XXX: Disable adoptedStyleSheets so that lit-element doesn't use it and we can edit CSS in the Chrome dev tools -->
     <script>
         delete Document.prototype.adoptedStyleSheets;
     </script>