diff options
author | Mark Wells <mark@freeside.biz> | 2016-07-12 14:26:02 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-07-12 14:26:02 -0700 |
commit | 44d27f7842c32750ddf6210c83b949d5b440a6c5 (patch) | |
tree | c6629a85caaa7bfa82ee546a5fc0d09ba25b7665 /httemplate/elements/table-grid.html | |
parent | 169ad85b65ffdf5e925163bbefd6b1172ec56dd5 (diff) |
Revert "workaround for page-break-inside:avoid on Chrome, #71301"
This reverts commit 169ad85b65ffdf5e925163bbefd6b1172ec56dd5.
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> |