summaryrefslogtreecommitdiff
path: root/httemplate/elements/table-grid.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-12 13:51:47 -0700
committerMark Wells <mark@freeside.biz>2016-07-12 13:55:12 -0700
commit66eb3662102dbf92ac40fb8889c9c5051fd1ed29 (patch)
tree634cbd1655fa54dae4a19233a8eed159b0045b6f /httemplate/elements/table-grid.html
parent408574c3f92b84f422f9a95dd0ab904d9c23ece6 (diff)
workaround for page-break-inside:avoid on Chrome, #71301
Diffstat (limited to 'httemplate/elements/table-grid.html')
-rw-r--r--httemplate/elements/table-grid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/table-grid.html b/httemplate/elements/table-grid.html
index 4f4200570..bf60fe03e 100644
--- a/httemplate/elements/table-grid.html
+++ b/httemplate/elements/table-grid.html
@@ -1,4 +1,4 @@
-<TABLE CLASS="grid" CELLSPACING=<% $opt{cellspacing} %> CELLPADDING=<% $opt{cellpadding} %> <% $opt{bgcolor} %>>
+<TABLE CLASS="grid nosplitrows" CELLSPACING=<% $opt{cellspacing} %> CELLPADDING=<% $opt{cellpadding} %> <% $opt{bgcolor} %>>
<%init>