mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-11 21:27:11 +00:00
fixed: space escape was missed for rich text pasting
This commit is contained in:
@@ -2730,6 +2730,7 @@ var _CPCopyPlaceholder = '-';
|
||||
[self _replaceEveryOccurenceOfRegularExpression:/</i withString:'<'];
|
||||
[self _replaceEveryOccurenceOfRegularExpression:/>/i withString:'>'];
|
||||
[self _replaceEveryOccurenceOfRegularExpression:/&/i withString:'&'];
|
||||
[self _replaceEveryOccurenceOfRegularExpression:/ /i withString:' '];
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user