summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/file/html_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php
index a5a6da99f..538fbc435 100644
--- a/application/views/file/html_header.php
+++ b/application/views/file/html_header.php
@@ -7,7 +7,7 @@ include(FCPATH."application/views/header.php"); ?>
/* <![CDATA[ */
window.appConfig.lexers = <?php echo json_encode($lexers); ?>;
/* ]]> */
-<script>
+</script>
<?php if (isset($error_message)) {
include 'framgents/alert-wide.php';