mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Notes were copied as raw HTML if more than one empty paragraph
This commit is contained in:
parent
2900dcc6db
commit
ea20a4067f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue