fix unicode strings in json

This commit is contained in:
Nikolay Kirsh 2014-12-05 12:17:28 +03:00 committed by Dan Cryer
parent e11f8744ac
commit 50ed5b7e07

View file

@ -19,7 +19,7 @@
<script>
var PHPCI_URL = '<?php print PHPCI_URL; ?>';
var PHPCI_STRINGS = <?php print json_encode(Lang::getStrings()); ?>;
var PHPCI_STRINGS = <?php print json_encode(Lang::getStrings(),JSON_UNESCAPED_UNICODE); ?>;
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js"></script>
@ -312,4 +312,4 @@
<script src="<?php print PHPCI_URL; ?>assets/js/AdminLTE/app.js" type="text/javascript"></script>
</body>
</html>
</html>