aboutsummaryrefslogtreecommitdiff
path: root/src/shell.html
diff options
context:
space:
mode:
authorJez Ng <me@jezng.com>2013-06-08 09:50:34 -0700
committerJez Ng <me@jezng.com>2013-06-19 01:22:01 -0700
commit2c0dcd9aa43b630b39deafc7f8ca1426301ebc5a (patch)
treecb25f33b348e818c946dcb9d0d9e6f52bfd20a29 /src/shell.html
parent2f16717540cbeaa8e2e6b653bc31849111ccd9f2 (diff)
Ensure line numbers are the same in HTML.
Chrome and FF seem to be able to handle the extra empty lines, but no harm making things more accurate. One thing less to worry about when debugging.
Diffstat (limited to 'src/shell.html')
-rw-r--r--src/shell.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/shell.html b/src/shell.html
index f7eb9e1f..00765271 100644
--- a/src/shell.html
+++ b/src/shell.html
@@ -87,10 +87,6 @@
};
Module.setStatus('Downloading...');
</script>
- <script type='text/javascript'>
-
- {{{ SCRIPT_CODE }}}
-
- </script>
+ <script type='text/javascript'>{{{ SCRIPT_CODE }}}</script>
</body>
</html>