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:
@@ -292,7 +292,6 @@ var Template = Module("Template", {
|
||||
// </e4x>
|
||||
if (table.tr.length() > 1)
|
||||
return table;
|
||||
return XML();
|
||||
},
|
||||
|
||||
tabular: function tabular(headings, style, iter) {
|
||||
|
||||
Reference in New Issue
Block a user