diff --git a/vspace/src/main/resources/exhibitionLanguages.properties b/vspace/src/main/resources/exhibitionLanguages.properties
index 492b3ab2e..ccbc75cac 100644
--- a/vspace/src/main/resources/exhibitionLanguages.properties
+++ b/vspace/src/main/resources/exhibitionLanguages.properties
@@ -119,7 +119,7 @@
{ "code": "na", "label": "Nauru" },
{
"code": "nb",
- "label": "Bokmål, Norwegian; Norwegian Bokmål"
+ "label": "Bokmål, Norwegian; Norwegian Bokmål"
},
{ "code": "nd", "label": "Ndebele, North; North Ndebele" },
{ "code": "ne", "label": "Nepali" },
@@ -184,7 +184,7 @@
{ "code": "uz", "label": "Uzbek" },
{ "code": "ve", "label": "Venda" },
{ "code": "vi", "label": "Vietlabelse" },
- { "code": "vo", "label": "Volapük" },
+ { "code": "vo", "label": "Volapük" },
{ "code": "wa", "label": "Walloon" },
{ "code": "wo", "label": "Wolof" },
{ "code": "xh", "label": "Xhosa" },
diff --git a/vspace/src/main/webapp/WEB-INF/views/exhibition/module.html b/vspace/src/main/webapp/WEB-INF/views/exhibition/module.html
index f30770549..f4c4fa04e 100644
--- a/vspace/src/main/webapp/WEB-INF/views/exhibition/module.html
+++ b/vspace/src/main/webapp/WEB-INF/views/exhibition/module.html
@@ -212,7 +212,7 @@
[[${module.name}]]
[[${currentSlideCon.name}]]
-
![]()
+
[(${contents.htmlRenderedText()})]
Title: [(${contents.getBiblioTitle()})]
diff --git a/vspace/src/main/webapp/WEB-INF/views/exhibition/space.html b/vspace/src/main/webapp/WEB-INF/views/exhibition/space.html
index 041bf1fed..58a2995fb 100644
--- a/vspace/src/main/webapp/WEB-INF/views/exhibition/space.html
+++ b/vspace/src/main/webapp/WEB-INF/views/exhibition/space.html
@@ -711,7 +711,7 @@
+ id="bgImage" th:src="@{'/api/image/'+${space.image?.id}}" th:onerror="|this.onerror=null; this.src='@{/resources/images/cannot_load_image_placeholder.png}'|"/>
diff --git a/vspace/src/main/webapp/WEB-INF/views/staff/dashboard/dashboard.html b/vspace/src/main/webapp/WEB-INF/views/staff/dashboard/dashboard.html
index 92c34a168..47100827c 100644
--- a/vspace/src/main/webapp/WEB-INF/views/staff/dashboard/dashboard.html
+++ b/vspace/src/main/webapp/WEB-INF/views/staff/dashboard/dashboard.html
@@ -88,7 +88,7 @@
Spaces
diff --git a/vspace/src/main/webapp/WEB-INF/views/staff/images/image.html b/vspace/src/main/webapp/WEB-INF/views/staff/images/image.html
index acc9fbf42..776df48fa 100644
--- a/vspace/src/main/webapp/WEB-INF/views/staff/images/image.html
+++ b/vspace/src/main/webapp/WEB-INF/views/staff/images/image.html
@@ -28,7 +28,7 @@
![]()
+ th:src="@{'/api/image/'+${image.id}}" th:onerror="|this.onerror=null; this.src='@{/resources/images/cannot_load_image_placeholder.png}'|" />