Fix a template error with dynamic help in bugfield_static_text.tpl
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Sep 2008 14:58:12 +0000 (10:58 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Sep 2008 14:58:12 +0000 (10:58 -0400)
templates/bugfield_static_text.tpl

index a968534cf770121899f0841980c87639bf4f5444..c58fa58101972e3a1bf0983f72a95b21856133ef 100644 (file)
@@ -1,6 +1,6 @@
        <!-- custom field<%- $field['fieldid'] %> -->
        <fieldset>
-               <legend><%- $field['name'] %> <%- $help['field' . $field['fieldid']] %></legend>
+               <legend><%- $field['name'] %> help[field<%- $field['fieldid'] %>]</legend>
                <div class="field"><%- $field['value'] %></div>
        </fieldset>
        <!-- / custom field<%- $field['fieldid'] %> -->