diff options
author | Joakim Reinert <mail@jreinert.com> | 2015-05-01 23:17:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-05 12:21:27 +0200 |
commit | 9466b2f5e3b50fd625f0de26bbc37b8a35206704 (patch) | |
tree | 94779035f5d5fe48e7165f522a038a7a3fb6bc9c /application | |
parent | b7d501a42b2245ef1fc33171f9b53565e176c648 (diff) |
Fix non-closing script tag in file/html_header
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/html_header.php | 2 |
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'; |