projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1c683
)
Fixed initial charset.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 22 Feb 2009 20:17:55 +0000
(20:17 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 22 Feb 2009 20:17:55 +0000
(20:17 +0000)
access/login.php
patch
|
blob
|
history
diff --git
a/access/login.php
b/access/login.php
index 774e65d0df623d2d00de9866ca927b1fa8df1108..295fd5372232c37673b725449ea6405af5bf75e8 100644
(file)
--- a/
access/login.php
+++ b/
access/login.php
@@
-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>