Adding UTF-8 charset to login page.

This commit is contained in:
Dan Cryer 2014-12-10 14:04:16 +00:00
parent a4e6134fde
commit bfcbeabb62

View file

@ -4,6 +4,7 @@
<head>
<title><?php Lang::out('log_in_to_phpci'); ?></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="<?php echo PHPCI_URL ?>assets/css/bootstrap.min.css">