mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-06 13:08:55 +00:00
FS-7989 escape double quotes from summary
This commit is contained in:
parent
5a18d02e66
commit
684c9d3da5
@ -39,6 +39,7 @@ my $xs= new XML::Simple;
|
|||||||
my $r = $xs->XMLin($xml);
|
my $r = $xs->XMLin($xml);
|
||||||
|
|
||||||
my $sum = $r->{channel}->{item}->{summary};
|
my $sum = $r->{channel}->{item}->{summary};
|
||||||
|
$sum =~ s/\"/\\"/g;
|
||||||
|
|
||||||
if ($opts{msg} eq "edit") {
|
if ($opts{msg} eq "edit") {
|
||||||
$auto = 0;
|
$auto = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user