closes #10
This commit is contained in:
@@ -192,7 +192,7 @@ pub fn get(book: &str, chap_and_ver: &str, bible: &Bible) -> Result<String, Stri
|
||||
|
||||
let translation = &bible.translation_name;
|
||||
|
||||
buf += &format!("{style_bold}[{translation}] {style_underline}{book_name}:{start}-{end}{style_reset}:\n");
|
||||
buf += &format!("{style_bold}[{translation}] {style_underline}{book_name} {}:{start}-{end}{style_reset}:\n", chapter.number);
|
||||
for num in start..=end {
|
||||
if let Some(verse) = chapter.get_verse_by_index(num) {
|
||||
buf += &format!(
|
||||
|
Reference in New Issue
Block a user