<#list vocabulary.concepts as c>
-
+
@@ -121,15 +121,20 @@
<@s.text name="basic.seealso"/>:
${c.link}
#if>
-
- <@s.text name="vocabulary.terms.pref"/>:
- <#list c.preferredTerms as t>${t.title} [${t.lang}]<#sep>;#sep> #list>
-
+
+ <#list c.preferredTerms as t>
+ - ${t.title} [${t.lang}]
+ #list>
+
<#if c.alternativeTerms?has_content>
-
+
<@s.text name="vocabulary.terms.alt"/>:
- <#list c.alternativeTerms as t>${t.title} [${t.lang}]<#sep>;#sep> #list>
-
+
+
+ <#list c.alternativeTerms as t>
+ - ${t.title} [${t.lang}]
+ #list>
+
#if>
diff --git a/src/main/webapp/WEB-INF/pages/manage/vocabulary.ftl b/src/main/webapp/WEB-INF/pages/manage/vocabulary.ftl
index 63317e725c..fe7bd592a1 100644
--- a/src/main/webapp/WEB-INF/pages/manage/vocabulary.ftl
+++ b/src/main/webapp/WEB-INF/pages/manage/vocabulary.ftl
@@ -124,15 +124,20 @@
<@s.text name="basic.seealso"/>:
${c.link}
#if>
-
- <@s.text name="vocabulary.terms.pref"/>:
- <#list c.preferredTerms as t>${t.title} [${t.lang}]<#sep>;#sep> #list>
-
+
+ <#list c.preferredTerms as t>
+ - ${t.title} [${t.lang}]
+ #list>
+
<#if c.alternativeTerms?has_content>
-
- <@s.text name="vocabulary.terms.alt"/>:
- <#list c.alternativeTerms as t>${t.title} [${t.lang}]<#sep>;#sep> #list>
-
+
+ <@s.text name="vocabulary.terms.alt"/>:
+
+
+ <#list c.alternativeTerms as t>
+ - ${t.title} [${t.lang}]
+ #list>
+
#if>