legend
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
<div class="container" style="margin-top:4em;">
|
||||
<h1>Fahrradunfälle in <?=$strName?></h2>
|
||||
<p>Einwohnerzahl: <?=$numPopulation?> Fläche: <?=$numFlaeche?> km<sup>2</sup></p>
|
||||
<p>Einwohnerzahl: <?=number_format($numPopulation,0,",",".")?> Fläche: <?=number_format($numFlaeche,2,",",".")?> km<sup>2</sup></p>
|
||||
<p><a class='btn btn-primary' href="../index.php?d=<?=$strDistrict?>">Zur Unfallkarte</a></p>
|
||||
<!-- Unfallverlauf -->
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user