diff options
| author | Mark Wells <mark@freeside.biz> | 2016-07-12 13:51:47 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-07-12 13:51:47 -0700 |
| commit | 64aa9aa36d8b8636b4984de7d15cd7bd1a889542 (patch) | |
| tree | 721f6e4ed783b8279d802a64f7b078329aaca4bb /httemplate/elements/table-grid.html | |
| parent | e215fc213a1eb9a3365cecf5ce82f1a58f154cd6 (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.html | 2 |
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> |
