mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 03:55:46 +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;
|
return;
|
||||||
|
|
||||||
case "list":
|
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"],
|
["Host", "Session", "Path", "Value"], ["padding-right: 1em", "padding-right: 1em", "padding-right: 1em"],
|
||||||
([c.host,
|
([c.host,
|
||||||
<span highlight={c.isSession ? "Enabled" : "Disabled"}>{c.isSession ? "session" : "persistent"}</span>,
|
<span highlight={c.isSession ? "Enabled" : "Disabled"}>{c.isSession ? "session" : "persistent"}</span>,
|
||||||
|
|||||||
Reference in New Issue
Block a user