Loading lib/DBInfoscreen/Helper/HAFAS.pm +8 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,14 @@ sub get_xml_p { { } # ... and <HIMMessage [...] lead="[...]<>[...]"> # (replace <> with t$t) while ( $body =~ s{<HIMMessage([^>]+)lead="([^"]*)<>([^"=]*)"}{<HIMMessage$1lead="$2⬌$3"}gis ) { } # ... and any other HTML tag inside an XML attribute # (remove them entirely) while ( $body Loading Loading
lib/DBInfoscreen/Helper/HAFAS.pm +8 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,14 @@ sub get_xml_p { { } # ... and <HIMMessage [...] lead="[...]<>[...]"> # (replace <> with t$t) while ( $body =~ s{<HIMMessage([^>]+)lead="([^"]*)<>([^"=]*)"}{<HIMMessage$1lead="$2⬌$3"}gis ) { } # ... and any other HTML tag inside an XML attribute # (remove them entirely) while ( $body Loading