From 10c7def564a70fe099639d387527fdec8ebc25ea Mon Sep 17 00:00:00 2001 From: Brian Read Date: Wed, 7 May 2025 18:09:21 +0100 Subject: [PATCH] Typo in textarea htm l controls --- Templates/html_controls.html.ep.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/html_controls.html.ep.xml b/Templates/html_controls.html.ep.xml index 8e40d8f..5c06da6 100644 --- a/Templates/html_controls.html.ep.xml +++ b/Templates/html_controls.html.ep.xml @@ -27,7 +27,7 @@ %=l('${prefix}_${Label}') % param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}'; - %= text_area '${Name}', cols=>${cols | 40}, rows=>${rows | 10}, Readonly=>'${Readonly | false}',' + %= text_area '${Name}', cols=>${cols | 40}, rows=>${rows | 10}, Readonly=>'${Readonly | false}'
]]>