summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/choose-classification.html.tmpl2
-rw-r--r--template/en/default/global/choose-product.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl
index 0a14fe44e..df0c37911 100644
--- a/template/en/default/global/choose-classification.html.tmpl
+++ b/template/en/default/global/choose-classification.html.tmpl
@@ -54,7 +54,7 @@
</th>
[% IF class.description %]
- <td valign="top">&nbsp;[% class.description %]</td>
+ <td valign="top">&nbsp;[% class.description FILTER html_light %]</td>
[% END %]
</tr>
[% END %]
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl
index 346a53751..da47332c2 100644
--- a/template/en/default/global/choose-product.html.tmpl
+++ b/template/en/default/global/choose-product.html.tmpl
@@ -51,7 +51,7 @@
[% p.name FILTER html %]</a>:&nbsp;
</th>
- <td valign="top">[% p.description FILTER none %]</td>
+ <td valign="top">[% p.description FILTER html_light %]</td>
</tr>
[% END %]