Bug fix
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user