From c97415262f457f5862543b5b208402e36619fffc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 8 Oct 2024 12:18:21 -0500 Subject: [PATCH] Fix html to remove spurious td tags --- src/pgwui_sql/templates/sql.mak | 45 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/src/pgwui_sql/templates/sql.mak b/src/pgwui_sql/templates/sql.mak index 6b9915d..868ac5a 100644 --- a/src/pgwui_sql/templates/sql.mak +++ b/src/pgwui_sql/templates/sql.mak @@ -171,31 +171,30 @@

- <%self.lib:td_label for_id="show_rules_id"> + <%self.lib:label for_id="show_rules_id"> Show rules - - <%self.lib:td_input tab_index="${tab_index}"> - - - - <%self.lib:td_label for_id="show_spaces_id"> + + + <% tab_index.inc() %> + + <%self.lib:label for_id="show_spaces_id"> Show spaces - - <%self.lib:td_input tab_index="${tab_index}"> - - + + + <% tab_index.inc() %> +
-- 2.34.1