mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
style validation fix
This commit is contained in:
parent
f1d47a25ed
commit
017c7fee53
42 changed files with 526 additions and 497 deletions
|
@ -241,7 +241,7 @@ namespace controllers\publics;
|
|||
|
||||
if ($how_many_more > 0)
|
||||
{
|
||||
$result_text .= ", et $how_many_more autres.";
|
||||
$result_text .= ", et {$how_many_more} autres.";
|
||||
}
|
||||
|
||||
$return['result'] = $result_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue