mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 14:42:28 +01:00
Fix a typo in sanitizer.jsm.
This commit is contained in:
@@ -466,7 +466,7 @@ const Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakR
|
||||
return;
|
||||
|
||||
case "list":
|
||||
modules.commandLine.commandOutput(template.tabular(
|
||||
modules.commandline.commandOutput(template.tabular(
|
||||
["Host", "Session", "Path", "Value"], ["padding-right: 1em", "padding-right: 1em", "padding-right: 1em"],
|
||||
([c.host,
|
||||
<span highlight={c.isSession ? "Enabled" : "Disabled"}>{c.isSession ? "session" : "persistent"}</span>,
|
||||
|
||||
Reference in New Issue
Block a user