mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 20:40:13 +01:00
fixed LANG variable in the report template
This commit is contained in:
parent
cea3af3cd8
commit
f6d0caef3e
@ -3,7 +3,7 @@
|
|||||||
<title><?php print $text_daily_piler_report; ?>, <?php print $date; ?></title>
|
<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-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">
|
<style type="text/css">
|
||||||
.row { display: table-row; }
|
.row { display: table-row; }
|
||||||
|
Loading…
Reference in New Issue
Block a user