mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 18:12:27 +01:00
Closes issue #775.
This commit is contained in:
@@ -42,7 +42,7 @@ update(Bookmark.prototype, {
|
||||
if (!this.charset || this.charset === "UTF-8")
|
||||
return encodeURIComponent(str);
|
||||
let conv = services.CharsetConv(this.charset);
|
||||
return escape(conv.ConvertFromUnicode(str) + conv.Finish());
|
||||
return escape(conv.ConvertFromUnicode(str) + conv.Finish()).replace(/\+/g, encodeURIComponent);
|
||||
},
|
||||
|
||||
get folder() {
|
||||
|
||||
Reference in New Issue
Block a user