mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added change to scape double quotes
This commit is contained in:
parent
07ba50e499
commit
9e01eda73d
@ -5520,6 +5520,8 @@ sub cli_export_visual_console() {
|
|||||||
$first = 0;
|
$first = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$label =~ s/"/\\"/g;
|
||||||
|
|
||||||
$data_to_json .= '{"image":"' . $image . '"';
|
$data_to_json .= '{"image":"' . $image . '"';
|
||||||
$data_to_json .= ',"pos_y":' . $pos_y;
|
$data_to_json .= ',"pos_y":' . $pos_y;
|
||||||
$data_to_json .= ',"pos_x":' . $pos_x;
|
$data_to_json .= ',"pos_x":' . $pos_x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user