Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Mar 8, 2024
1 parent 30a0670 commit 503808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/backbone/views/view_sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ var SidebarView = Backbone.View.extend({
mainWord.mediumDef = result1;
}
}
this._addLinkAndAppend(panel, mainWord.mediumDef, currentWordLanguageCode, bibleVersion, true);
this._addLinkAndAppend(panel, mainWord.mediumDef, currentWordLanguageCode, bibleVersion, addedLineBreaks);
}
//longer definitions
if (mainWord.lsjDefs) {
Expand Down

0 comments on commit 503808d

Please sign in to comment.