mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 08:23:32 +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>;
|
</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);
|
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user