diff --git a/web/themes/asc_bootstrap/js/ekko-lightbox.js b/web/themes/asc_bootstrap/js/ekko-lightbox.js
index ac821ff50d62ff8ea0a2af1863384b68ac8028da..d4f4770aace495579d38c3ce83fae3576ba82051 100755
--- a/web/themes/asc_bootstrap/js/ekko-lightbox.js
+++ b/web/themes/asc_bootstrap/js/ekko-lightbox.js
@@ -414,7 +414,7 @@ var Lightbox = (function ($) {
 				} else this._$modalHeader.css('display', 'none');
 
 				this._footerIsShown = false;
-				if (caption) {
+				if (caption || title) {
 					this._footerIsShown = true;
 					this._$modalFooter.css('display', '').html('<h4 class="modal-title">' + title + '</h4>' + caption);
 				} else this._$modalFooter.css('display', 'none');