Project

General

Profile

Revision a9953a70

Added by Marc Souviron over 9 years ago

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

View differences:

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
}

Also available in: Unified diff