Fix breakline
This commit is contained in:
parent
d48eecac69
commit
f337b11f19
2 changed files with 2 additions and 1 deletions
|
@ -286,6 +286,7 @@ class Canteen {
|
|||
.firstMatch(o)!
|
||||
.group(0)
|
||||
.toString()
|
||||
.replaceAll("<br>", "")
|
||||
.split(" / ");
|
||||
var vydejna = RegExp(
|
||||
r'(?<=<span class="smallBoldTitle button-link-align">).+?(?=<)')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: canteenlib
|
||||
description: Library for communication with the czech canteen food ordering system iCanteen
|
||||
version: 0.1.0-alpha.8
|
||||
version: 0.1.0-alpha.9
|
||||
repository: 'https://github.com/hernikplays/canteenlib'
|
||||
issue_tracker: 'https://github.com/hernikplays/canteenlib/issues'
|
||||
documentation: 'https://docs.hernikplays.cz'
|
||||
|
|
Reference in a new issue