Skip to content

Commit

Permalink
Improve a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Aug 28, 2023
1 parent 5c0b5f3 commit be9182b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private void store(ResourceBundle resources, BibleBook book, Map fullMap, Map sh
}

String altBook = getString(resources, osisName + ALT_KEY);
if(altBook != null && altBook.equals("-")) {
if(altBook != null && altBook.strip().equals("-")) {
altBook = "";
}

Expand Down

0 comments on commit be9182b

Please sign in to comment.