mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
Work around broken XML for Hesse
This commit is contained in:
parent
8817f4a35d
commit
cda6cd6a23
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ public class NvvProvider extends AbstractHafasProvider
|
|||
reader.replace("</ul>", " ");
|
||||
reader.replace("<li>", " ");
|
||||
reader.replace("</li>", " ");
|
||||
reader.replace("Park&Ride", "Park&Ride");
|
||||
}
|
||||
|
||||
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue