Loading lib/DBInfoscreen/Helper/HAFAS.pm +1 −0 Original line number Original line Diff line number Diff line Loading @@ -113,6 +113,7 @@ sub get_xml_p { # More fixes for invalid XML # More fixes for invalid XML $body =~ s{P&R}{P&R}; $body =~ s{P&R}{P&R}; $body =~ s{Wagen \d+ \K&(?= )}{&}; # <Attribute [...] text="[...] "[...]"" /> is invalid XML. # <Attribute [...] text="[...] "[...]"" /> is invalid XML. # Work around it. # Work around it. Loading Loading
lib/DBInfoscreen/Helper/HAFAS.pm +1 −0 Original line number Original line Diff line number Diff line Loading @@ -113,6 +113,7 @@ sub get_xml_p { # More fixes for invalid XML # More fixes for invalid XML $body =~ s{P&R}{P&R}; $body =~ s{P&R}{P&R}; $body =~ s{Wagen \d+ \K&(?= )}{&}; # <Attribute [...] text="[...] "[...]"" /> is invalid XML. # <Attribute [...] text="[...] "[...]"" /> is invalid XML. # Work around it. # Work around it. Loading