This commit is contained in:
Lars Westermann 2019-06-13 00:30:45 +02:00
parent 8cdebf7f3b
commit 0c6f52b0bc
Signed by: lars.westermann
GPG key ID: 9D417FA5BB9D5E1D
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -47,7 +47,7 @@ object WikiImporter {
val workGroups = mutableListOf<WorkGroup>()
val dataRegex = """(== (.*) ==)|(\{\{.*\n((\|.*\n)+)}})""".toRegex()
val dataRegex = """(== (.*) ==)|(\{\{.*\n((\|.*\n(.*\n)*?)+)}})""".toRegex()
var track: Track? = null
var skip = false