summaryrefslogtreecommitdiffstats
path: root/application/views/file/html_header.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/html_header.php')
-rw-r--r--application/views/file/html_header.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php
index 520e2482a..a5a6da99f 100644
--- a/application/views/file/html_header.php
+++ b/application/views/file/html_header.php
@@ -3,14 +3,11 @@ $force_full_html = true;
include(FCPATH."application/views/header.php"); ?>
</div><!-- .container -->
-
<script type="text/javascript">
/* <![CDATA[ */
- window.appConfig = {
- lexers: <?php echo json_encode($lexers); ?>
- }
+ window.appConfig.lexers = <?php echo json_encode($lexers); ?>;
/* ]]> */
-</script>
+<script>
<?php if (isset($error_message)) {
include 'framgents/alert-wide.php';