diff options
| author | Mark Wells <mark@freeside.biz> | 2016-07-12 14:26:07 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-07-12 14:26:07 -0700 |
| commit | fe92beb1b4322f86815a83491723b07aca2f9b93 (patch) | |
| tree | 6060971bab1acae2a16bea9772b71d637b2b7fa0 /httemplate/elements/table-grid.html | |
| parent | 66eb3662102dbf92ac40fb8889c9c5051fd1ed29 (diff) | |
Revert "workaround for page-break-inside:avoid on Chrome, #71301"
This reverts commit 66eb3662102dbf92ac40fb8889c9c5051fd1ed29.
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 bf60fe03e..4f4200570 100644 --- a/httemplate/elements/table-grid.html +++ b/httemplate/elements/table-grid.html @@ -1,4 +1,4 @@ -<TABLE CLASS="grid nosplitrows" CELLSPACING=<% $opt{cellspacing} %> CELLPADDING=<% $opt{cellpadding} %> <% $opt{bgcolor} %>> +<TABLE CLASS="grid" CELLSPACING=<% $opt{cellspacing} %> CELLPADDING=<% $opt{cellpadding} %> <% $opt{bgcolor} %>> <%init> |
