1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:17:58 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-09-15 12:36:56 +00:00
parent 6044370007
commit b0dede3cba
2 changed files with 3 additions and 3 deletions

View File

@@ -257,13 +257,13 @@ liberator.IO = function () //{{{
"List all sourced script names",
function ()
{
var list = "<table>";
var list = "<table>";
for (var i = 0; i < scriptNames.length; i++)
list += "<tr><td style=\"text-align: right\">" + (i + 1) + ".</td><td>" + scriptNames[i] + "</td></tr>";
list += "</table>";
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
},
{ argCount: "0" });