Loading lib/DBInfoscreen/Helper/HAFAS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ sub get_xml_p { # <Attribute [...] text="[...] "[...]"" prio="800" /> is invalid XML. # Work around it. $body =~ s{<Attribute text="([^"]*)"([^"=]*)""}{<Attribute text="$1*$2*"}s; =~ s{<Attribute([^>]+)text="([^"]*)"([^"=]*)""}{<Attribute$1text="$2*$3*"}s; my $tree; Loading Loading
lib/DBInfoscreen/Helper/HAFAS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ sub get_xml_p { # <Attribute [...] text="[...] "[...]"" prio="800" /> is invalid XML. # Work around it. $body =~ s{<Attribute text="([^"]*)"([^"=]*)""}{<Attribute text="$1*$2*"}s; =~ s{<Attribute([^>]+)text="([^"]*)"([^"=]*)""}{<Attribute$1text="$2*$3*"}s; my $tree; Loading