MantisBT: master-2.27 797c9a8d

Author Committer Branch Timestamp Parent
raspopov raspopov master-2.27 2025-02-11 11:54 master-2.27 6f29da7f
Changeset

Fix HTML errors in filter_form_api.php

Fix HTML issues reported by Nu Html Checker:

  • Error: Row 7 of a row group established by a tbody element has no
    cells beginning on it
  • Warning: A table row was 0 columns wide, which is less than the column
    count established by the first row (8) in filter_form_draw_inputs()

Add a new method TableGridLayout::render_spacer() to print a HTML code
for a spacer row of current table.

mod - core/filter_form_api.php Diff File
mod - core/html_api.php Diff File