This commit is contained in:
2024-05-13 22:49:39 -04:00
parent 93264e75ac
commit 0a23b3dae3
2 changed files with 4 additions and 4 deletions

View File

@ -133,7 +133,7 @@ class Bible implements JsonSerializable
$book = "{$tmp[0]}";
if(count($tmp) > 2) {
$book = "{$tmp[0]}{$tmp[1]}";
$book = "{$tmp[0]} {$tmp[1]}";
}
return $book;