summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/gen_etat_reseau.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/gen_etat_reseau.php b/api/gen_etat_reseau.php
index 20323da..53d3d78 100644
--- a/api/gen_etat_reseau.php
+++ b/api/gen_etat_reseau.php
@@ -225,7 +225,9 @@ div.debug {
$already_done_script = array();
foreach ( $world as $ville => $relais ) {
- echo "<h2>$ville</h2>\n";
+?>
+ <h2 id="<?=$ville?>"><?=$ville?></h2>
+<?php
foreach ( $relais as $r ) {
?>
<table>