diff options
| author | 2014-01-27 23:34:09 +0100 | |
|---|---|---|
| committer | 2014-01-27 23:34:09 +0100 | |
| commit | 71ea7532db3d74cde0dd079777aeb8fca3ec1d89 (patch) | |
| tree | a0ee5722cd06c7414cd2f0d74ea5eca5a617cf84 /lib/lib_rss.php | |
| parent | 4799db4ad1f39f7ce6a2815dc6f0a886fe0e2730 (diff) | |
| parent | 2fe2f876eac5e5fb8730000ef3d32ab45eefa8ea (diff) | |
Merge branch 'dev' into beta
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index b953f96ce..1bb117ab6 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -63,7 +63,7 @@ function small_hash ($txt) { } function formatNumber($n, $precision = 0) { - return str_replace(' ', ' ', //Espace fine insécable + return str_replace(' ', ' ', //Espace insécable //TODO: remplacer par une espace _fine_ insécable number_format($n, $precision, '.', ' ')); //number_format does not seem to be Unicode-compatible } |
