Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 545 Bytes

Skip_empty_DNF_table.md

File metadata and controls

14 lines (10 loc) · 545 Bytes

Skip the DNF HTML list if it will contain 0 rows

  • Pull-request: #113
  • Opened: 2020-07-17
  • Status: Merged (2020-07-17)
  • Branch: skip_dnf_list_if_empty

Description

The DNF (Do Not Fit) components are listed in a separated list when html_generate_dnf is 1. It was introduced by Separate section for "Do Not Fit" components.

The problem is that when this list is empty we get a table with headings but no content. This patch removes the table.