From 044b9843d08dd21a85e857af6e4db540b272cddc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 10 Sep 2024 19:12:14 -0500 Subject: [PATCH] Fix template expansion (to a correct template) --- .../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 8b8f99d..a2d56c3 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 @@ -54,9 +54,9 @@

-<%block name="page_heading"> +< %% block name="page_heading"> Descriptive Heading - + < %% def name="example_row(tab_index)"> -- 2.34.1