Projet

Général

Profil

Révision a9953a70

Ajouté par Marc Souviron il y a plus de 10 ans

correction de bug relatif è la visualisation d'un axe sur OSM

Voir les différences:

show_capline.php
13 13
  $complete = false;
14 14
}
15 15
if (isset($_REQUEST['title'])) {
16
  $pt_comment = htmlspecialchars($_REQUEST['title']);
16
  $pt_comment = htmlentities(base64_decode($_REQUEST['title']), ENT_QUOTES);
17 17
} else {
18 18
  $pt_comment = 'Le point de départ';
19 19
}

Formats disponibles : Unified diff