mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-16 04:17:12 -04:00
Add spell checking with typos (#4138)
* Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile
This commit is contained in:
committed by
GitHub
parent
9dbbe924c5
commit
4e2dff4591
@@ -160,7 +160,7 @@ function escapeToUnicodeAlternative($text, $extended = true) {
|
||||
|
||||
function format_number($n, $precision = 0) {
|
||||
// number_format does not seem to be Unicode-compatible
|
||||
return str_replace(' ', ' ', //Espace fine insécable
|
||||
return str_replace(' ', ' ', // Thin non-breaking space
|
||||
number_format($n, $precision, '.', ' ')
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user