fixed major rendering problem with mixed links and formattings

This commit is contained in:
azivner
2017-08-25 00:00:08 -04:00
parent 579f9eaa60
commit 4a5d29b83d
3 changed files with 27 additions and 24 deletions

View File

@@ -144,5 +144,7 @@ function html2notecase(contents, note) {
}
}
//console.log(contents);
note.detail.note_text = contents;
}