Notes were copied as raw HTML if more than one empty paragraph
This commit is contained in:
parent
2900dcc6db
commit
ea20a4067f
|
@ -203,7 +203,7 @@ Zotero.QuickCopy = new function() {
|
|||
+ noteContent
|
||||
// is the only HTML entity we allow in
|
||||
// notes, and it's not valid XML
|
||||
.replace(' ', ' ')
|
||||
.replace(/ /g, ' ')
|
||||
+ '</div>');
|
||||
}
|
||||
catch (e) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user