From: Karl O. Pinc Date: Tue, 8 Oct 2024 17:18:21 +0000 (-0500) Subject: Fix html to remove spurious td tags X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=c97415262f457f5862543b5b208402e36619fffc;p=pgwui_sql Fix html to remove spurious td tags --- 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() %> +