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);
},