From 7151f132c97e065074163ae313bc09e561f780a7 Mon Sep 17 00:00:00 2001 From: Koosha Khajeh Moogahi Date: Fri, 16 Nov 2012 16:50:42 +0100 Subject: [PATCH] Bug 802873: Linkify component names in the "Edit Product" page r/a=LpSolit --- template/en/default/admin/products/edit.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl index 0936dbf718..c385301253 100644 --- a/template/en/default/admin/products/edit.html.tmpl +++ b/template/en/default/admin/products/edit.html.tmpl @@ -43,7 +43,9 @@ [% IF product.components.size -%] [% FOREACH component = product.components %] - [% component.name FILTER html %]:  + [% component.name FILTER html %]:  [% IF component.description %] [% component.description FILTER html_light %] [% ELSE %] -- 2.47.3