From 6d022b46fc445549c5d5876eca244119b83d6407 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 1 Sep 2008 10:58:12 -0400 Subject: [PATCH] Fix a template error with dynamic help in bugfield_static_text.tpl --- templates/bugfield_static_text.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bugfield_static_text.tpl b/templates/bugfield_static_text.tpl index a968534..c58fa58 100644 --- a/templates/bugfield_static_text.tpl +++ b/templates/bugfield_static_text.tpl @@ -1,6 +1,6 @@
- <%- $field['name'] %> <%- $help['field' . $field['fieldid']] %> + <%- $field['name'] %> help[field<%- $field['fieldid'] %>]
<%- $field['value'] %>
-- 2.22.5