diff --git a/content/commands.js b/content/commands.js index 036439d9..e0123df4 100644 --- a/content/commands.js +++ b/content/commands.js @@ -621,7 +621,7 @@ liberator.Commands = function () //{{{ ""; for (var i = 0; i < cmdlist.length; i++) str += ""; - str += "
NameArgsDefinition
" + cmdlist[i].name + "" + "*" + "" + cmdlist[i].isUserCommand + "
" + str += ""; liberator.commandline.echo(str, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE); } else diff --git a/content/io.js b/content/io.js index e314e41d..10b93180 100644 --- a/content/io.js +++ b/content/io.js @@ -338,7 +338,7 @@ liberator.IO = function () //{{{ var file = Components.classes["@mozilla.org/file/local;1"]. createInstance(Components.interfaces.nsILocalFile); - var tmpname = liberator.config.name.toLowerCase() + ".tmp" + var tmpname = liberator.config.name.toLowerCase() + ".tmp"; if (WINDOWS) { var dir = environmentService.get("TMP") || environmentService.get("TEMP") || "C:\\";