Set $number_thousands_separator to " "

This commit is contained in:
Loïc Chapeaux
2001-07-12 18:13:12 +00:00
parent 1790aa8b6d
commit a8b3b3a93b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
$charset = "iso-8859-2";
$left_font_family = "verdana CE, Arial CE, verdana, helvetica, arial, geneva, sans-serif";
$right_font_family = "verdana CE, Arial CE, helvetica, arial, geneva, sans-serif";
$number_thousands_separator = " ";
$number_thousands_separator = " ";
$number_decimal_separator = ".";
$byteUnits = array("Bajt<EFBFBD>", "KB", "MB", "GB");

View File

@@ -4,7 +4,7 @@
$charset = "windows-1250";
$left_font_family = "verdana CE, Arial CE, verdana, helvetica, arial, geneva, sans-serif";
$right_font_family = "verdana CE, Arial CE, helvetica, arial, geneva, sans-serif";
$number_thousands_separator = " ";
$number_thousands_separator = "&nbsp;";
$number_decimal_separator = ".";
$byteUnits = array("Bajt<EFBFBD>", "KB", "MB", "GB");