mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-13 01:00:15 +01:00
Remove Byte Order Mark and No-Break Space characters from xml files
The xml parser does not know how to parse these.
This commit is contained in:
parent
086334ba16
commit
a14046e21f
@ -88,4 +88,4 @@
|
|||||||
</team>
|
</team>
|
||||||
</teams>
|
</teams>
|
||||||
|
|
||||||
</league>
|
</league>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<league>
|
<league>
|
||||||
|
|
||||||
<sid>angola1</sid>
|
<sid>angola1</sid>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<league>
|
<league>
|
||||||
|
|
||||||
<sid>angola2</sid>
|
<sid>angola2</sid>
|
||||||
|
@ -88,4 +88,4 @@
|
|||||||
</team>
|
</team>
|
||||||
</teams>
|
</teams>
|
||||||
|
|
||||||
</league>
|
</league>
|
||||||
|
@ -88,4 +88,4 @@
|
|||||||
</team>
|
</team>
|
||||||
</teams>
|
</teams>
|
||||||
|
|
||||||
</league>
|
</league>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user