Révision a9953a70
Ajouté par Marc Souviron il y a environ 11 ans
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
correction de bug relatif è la visualisation d'un axe sur OSM