|
|
@@ -62,7 +62,7 @@ class tags
|
|
|
public static function getJquery(float $_idTag = NULL) {
|
|
|
$tmp = "[";
|
|
|
foreach (self::getAll($_idTag) as $tags) {
|
|
|
- $tmp .= "'".$tags["label"]."', ";
|
|
|
+ $tmp .= "'".addslashes($tags["label"])."', ";
|
|
|
}
|
|
|
$tmp .= "]";
|
|
|
return $tmp;
|