diff --git a/modules/taxonomy/cms_taxonomy_api.e b/modules/taxonomy/cms_taxonomy_api.e
index c28a93d..58b88c1 100644
--- a/modules/taxonomy/cms_taxonomy_api.e
+++ b/modules/taxonomy/cms_taxonomy_api.e
@@ -295,7 +295,7 @@ feature -- Web forms
w_div.extend (w_voc_set)
if voc.is_tags then
- w_voc_set.extend_text ("")
+ w_voc_set.extend_html_text ("")
-- set_legend (cms_api.translation (voc.name, Void))
create ti.make ({STRING_32} "taxonomy_" + voc.id.out)
@@ -337,10 +337,10 @@ feature -- Web forms
if not voc.terms.is_empty then
if voc.multiple_terms_allowed then
if attached voc.description as l_desc then
- w_voc_set.extend_text ("")
+ w_voc_set.extend_html_text ("")
-- w_voc_set.set_legend (cms_api.html_encoded (l_desc))
else
- w_voc_set.extend_text ("")
+ w_voc_set.extend_html_text ("")
-- w_voc_set.set_legend (cms_api.html_encoded (voc.name))
end
across
@@ -366,7 +366,7 @@ feature -- Web forms
else
w_select.set_description (cms_api.html_encoded (voc.name))
end
- w_voc_set.extend_text ("")
+ w_voc_set.extend_html_text ("")
-- w_voc_set.set_legend (cms_api.html_encoded (voc.name))
across