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
src
jsMain/resources/images
jvmMain/kotlin/de/kif/backend/util

Binary file not shown.

After

(image error) Size: 1.7 KiB

View file

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