1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 14:14:12 +01:00

Don't output blank lines for empty pageinfo sections.

This commit is contained in:
Doug Kearns
2011-01-23 17:12:37 +11:00
parent 7d50100d67
commit 79247daec7
2 changed files with 4 additions and 6 deletions

View File

@@ -292,7 +292,6 @@ var Template = Module("Template", {
// </e4x>
if (table.tr.length() > 1)
return table;
return XML();
},
tabular: function tabular(headings, style, iter) {