fixed LANG variable in the report template

This commit is contained in:
SJ 2013-01-09 15:39:16 +01:00
parent cea3af3cd8
commit f6d0caef3e

View File

@ -3,7 +3,7 @@
<title><?php print $text_daily_piler_report; ?>, <?php print $date; ?></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="<?php print LANG; ?>" />
<meta http-equiv="Content-Language" content="<?php print getenv("LANG"); ?>" />
<style type="text/css">
.row { display: table-row; }