Skip to content

Commit

Permalink
v1.8.1 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren authored Nov 25, 2023
2 parents 30a569b + 27b1adb commit 6061e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
2 changes: 1 addition & 1 deletion src/classes/refresh/day.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function get_description(string $separator = "\\n"): string
// add collect
if (($collect = Cache::get_lectionary()->get_collect($this->date)) !== null) {
$description[] = "= Collect =";
$description[] = $collect;
$description[] = join($separator, preg_split("/\n/", $collect));
$description[] = "";
}

Expand Down

0 comments on commit 6061e0f

Please sign in to comment.