diff --git a/common/content/commands.js b/common/content/commands.js index 246b3209..7105105b 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -1022,35 +1022,35 @@ var Commands = Module("commands", { nameRegexp: util.regexp( ] [^ ]* ]]>, "", { - forbid: util.regexp() + forbid: util.regexp(String.replace(, /U/g, "\\u")) }), validName: Class.memoize(function () util.regexp("^" + this.nameRegexp.source + "$")),