@@ -, +, @@ --- koha-tmpl/intranet-tmpl/lib/Chocolat/js/chocolat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/lib/Chocolat/js/chocolat.js +++ a/koha-tmpl/intranet-tmpl/lib/Chocolat/js/chocolat.js @@ -309,7 +309,7 @@ } this.settings.currentImageIndex = index; - this.elems.description.textContent = this.settings.description.call(this); + this.elems.description.innerHTML = this.settings.description.call(this); this.elems.pagination.textContent = this.settings.pagination.call(this); this.arrows(); return this.position(image).then(() => { --