Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lealife committed Mar 27, 2021
1 parent 2f3e0e2 commit 0d8da7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/dec/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ define(function() {
if (this.note.IsMarkdown) {
wrap = '<pre>';
wrapEnd = '</pre>';
content = trimTitle(content) // for xss
}
$historyContent.html(wrap + content + wrapEnd);

Expand Down

0 comments on commit 0d8da7b

Please sign in to comment.