mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 06:12:26 +01:00
Which might account for stupid mistakes that I notice right after I commit.
This commit is contained in:
@@ -731,7 +731,7 @@ liberator.Tabs = function () //{{{
|
||||
</tr>;
|
||||
}
|
||||
|
||||
let list = liberator.template.generic(<table>{items}</table>);
|
||||
let list = liberator.template.generic(items);
|
||||
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user