Report-Generator: HTML-Template: Kein Paragprah (<p>) um Tabellen (<table>)
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 6 Apr 2021 08:47:46 +0000 (10:47 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 6 Apr 2021 09:26:39 +0000 (11:26 +0200)
templates/webpages/report_generator/html_report.html

index bd9ac7a..4ed1ca8 100644 (file)
@@ -28,7 +28,6 @@
  [% RAW_TOP_INFO_TEXT %]
 
  [% IF DATA_PRESENT %]
- <p>
   <table [% IF TABLE_CLASS %]class="[% TABLE_CLASS %]"[% END %] id="report_table_id" width="100%">
    <thead>
    [%- FOREACH row = HEADER_ROWS %]
@@ -88,7 +87,6 @@
    </tbody>
   </table>
   <hr size="3" noshade>
- </p>
  [% ELSE %]
   <p class="message_hint">[% 'No data was found.' | $T8 %]</p>
  [% END %]