mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
Hafas: Work around embedding of italics HTML tags in station board XML.
This commit is contained in:
parent
572909f8ed
commit
75ef5290ba
1 changed files with 2 additions and 0 deletions
|
@ -627,6 +627,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
reader.replace("</b>", " ");
|
||||
reader.replace("<u>", " ");
|
||||
reader.replace("</u>", " ");
|
||||
reader.replace("<i>", " ");
|
||||
reader.replace("</i>", " ");
|
||||
reader.replace("<br />", " ");
|
||||
reader.replace(" ->", " →"); // right arrow
|
||||
reader.replace(" <-", " ←"); // left arrow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue