From e972d2c584b79df87849b4cb5fdf02c1d4a2b50b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 9 Sep 2024 17:57:21 -0500 Subject: [PATCH] Fix tabindex expansion --- .../TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish index d4d8b24..ba2011b 100644 --- a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish +++ b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish @@ -61,7 +61,7 @@ < %% def name="example_row(tab_index)"> < %% self.lib:td_label for_id="example_id">Example - < %% self.lib:td_input tab_index="${tab_index}"> + < %% self.lib:td_input tab_index="$ {tab_index}"> < %% tab_index = self.attr.TabIndex() %% > -< %% self:main_form tab_index="${tab_index}" args="tab_index"> +< %% self:main_form tab_index="$ {tab_index}" args="tab_index"> $ {example_row(tab_index)} -- 2.34.1