From: Karl O. Pinc Date: Mon, 9 Sep 2024 22:57:21 +0000 (-0500) Subject: Fix tabindex expansion X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=e972d2c584b79df87849b4cb5fdf02c1d4a2b50b;p=pgwui_develop Fix tabindex expansion --- 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)}