mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:08:00 +01:00
Fix #335 (Escape quotes in page title when adding bookmarks with 'a' command).
This commit is contained in:
@@ -907,11 +907,11 @@ function Commands() //{{{
|
||||
return [count, cmd, !!special, args || ""];
|
||||
},
|
||||
|
||||
/** @property @private */
|
||||
get complQuote() complQuote, // XXX: needed?
|
||||
/** @property */
|
||||
get complQuote() complQuote,
|
||||
|
||||
/** @property @private */
|
||||
get quoteArg() quoteArg, // XXX: needed?
|
||||
/** @property */
|
||||
get quoteArg() quoteArg, // XXX: better somewhere else?
|
||||
|
||||
/**
|
||||
* Remove the user-defined command with matching <b>name</b>.
|
||||
|
||||
Reference in New Issue
Block a user