1
0
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:
Kris Maglione
2010-10-15 14:19:38 -04:00
parent c683abc281
commit c6c8b1e7ae

View File

@@ -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>,