Report-Generator: HTML-Template: Kein Paragprah (<p>) um Tabellen (<table>)
[kivitendo-erp.git] / 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 %]