1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-10-01 04:14:36 +00:00
parent 75970bee04
commit bda94a3421
2 changed files with 5 additions and 5 deletions

View File

@@ -487,7 +487,7 @@ liberator.Bookmarks = function () //{{{
url: item[0],
title: item[1],
extra: [['keyword', item[2], 'red'],
['tags', item[3].join(', '), 'blue']].filter(function(i) i[1])
['tags', item[3].join(', '), 'blue']].filter(function (i) i[1])
} for each (item in items)));
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
},