From 23db634910b20d5850ac9016d1deffe51dd3397d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 2 Oct 2008 07:05:26 +0000 Subject: [PATCH] Which might account for stupid mistakes that I notice right after I commit. --- content/tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tabs.js b/content/tabs.js index 19f85b88..86d3b18c 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -731,7 +731,7 @@ liberator.Tabs = function () //{{{ ; } - let list = liberator.template.generic({items}
); + let list = liberator.template.generic(items); liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE); },