summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-03-18 01:42:22 +0100
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-03-18 01:42:22 +0100
commit55ac9cb6d0763ad92ef12aa77015f2f89badbf60 (patch)
tree0086f669943761a62a3b3ea9b6e18dc7dcc97b42
parent5013a6d72767302d50d6d843bf7bf049ab00b69d (diff)
downloadchd_gestion-55ac9cb6d0763ad92ef12aa77015f2f89badbf60.zip
chd_gestion-55ac9cb6d0763ad92ef12aa77015f2f89badbf60.tar.gz
chd_gestion-55ac9cb6d0763ad92ef12aa77015f2f89badbf60.tar.bz2
Fix : missing h2 id for ToC
-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>