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