Print link class fixed
[fa-stable.git] / access / login.php
index 774e65d0df623d2d00de9866ca927b1fa8df1108..faad080674377ff23ac94b23b57aca59fe95c1cb 100644 (file)
@@ -28,7 +28,7 @@
 ?>
 <html>
 <head>
-<?php echo get_js_png_fix(); ?>
+<?php echo '<script>'.get_js_png_fix().'</script>'; ?>
 <script type="text/javascript">
 function defaultCompany()
 {
@@ -37,7 +37,7 @@ function defaultCompany()
 }
 </script>
     <title><?php echo $app_title . " " . $version;?></title>
-    <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
+    <meta http-equiv="Content-type" content="text/html; charset=<?php echo $_SESSION['language']->encoding;?>" />
     <link rel="stylesheet" href="<?php echo $def_theme;?>/login.css" type="text/css" />
 </head>