Skip to content

Commit

Permalink
dev: make sure correct header is sent
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Jan 22, 2013
1 parent 603b743 commit 09e148d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/views/js.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header('Content-Type: text/javascript;charset=utf-8');

/*
* This view file will wrap the passed data in a javascript object.
Expand All @@ -14,4 +15,4 @@
$route->enabled = false;
}
}
?>
?>

0 comments on commit 09e148d

Please sign in to comment.