From a9efeb7460d263ed929947f9ca380a9616584f91 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 1 Oct 2014 20:55:57 +1000 Subject: Bug 1069760 - Cannot use 'component' in a template r=gerv, a=justdave --- template/en/default/admin/products/edit.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/products/edit.html.tmpl') diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl index 21689d9a7..8e1f5d87b 100644 --- a/template/en/default/admin/products/edit.html.tmpl +++ b/template/en/default/admin/products/edit.html.tmpl @@ -42,11 +42,11 @@ [% IF product.components.size -%] - [% FOREACH component = product.components %] + [% FOREACH comp = product.components %] [% component.name FILTER html %]: - [% component.description FILTER html_light %] + [%- comp.name FILTER uri %]">[% comp.name FILTER html %]: + [% comp.description FILTER html_light %]
[% END %] [% ELSE %] -- cgit v1.2.3-24-g4f1b