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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php
index fdce101a2..520e2482a 100644
--- a/application/views/file/html_header.php
+++ b/application/views/file/html_header.php
@@ -6,7 +6,9 @@ include(FCPATH."application/views/header.php"); ?>
<script type="text/javascript">
/* <![CDATA[ */
- window.lexers = <?php echo json_encode($lexers); ?>;
+ window.appConfig = {
+ lexers: <?php echo json_encode($lexers); ?>
+ }
/* ]]> */
</script>