mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 05:15:46 +01:00
use \S rather than a negated \s character set in patterns
This commit is contained in:
@@ -666,7 +666,7 @@ liberator.Events = function () //{{{
|
||||
function (args)
|
||||
{
|
||||
XML.prettyPrinting = false;
|
||||
var str = liberator.template.tabular(["Macro", "Keys"], [], liberator.events.getMacros(args));
|
||||
var str = liberator.template.tabular(["Macro", "Keys"], [], liberator.events.getMacros(args));
|
||||
liberator.echo(str, liberator.commandline.FORCE_MULTILINE);
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user