correction police pseudo

master
adplantade 5 years ago
parent 70abb09191
commit e6d4ea5698

@ -131,11 +131,11 @@
.texte { .texte {
font-size: medium; font-size: medium;
font-family: Segoe; font-family: 'Segoe print';
} }
.texteG { .texteG {
font-size: xx-large; font-size: xx-large;
/*font-weight: bold;*/ font-weight: bold;
font-family: Segoe; font-family: 'Segoe print';
} }

@ -42,6 +42,7 @@ else
while ($row = $result->fetchArray()) { while ($row = $result->fetchArray()) {
$phrase=$phrase."</br>".$cpt."° ".$row["player"].", ".$row["score"]." ".$unit; $phrase=$phrase."</br>".$cpt."° ".$row["player"].", ".$row["score"]." ".$unit;
//$phrase+=;
$cpt++; $cpt++;
} }

Loading…
Cancel
Save