changed caption contains to InnerHTML (#132)

This commit is contained in:
khaydarov 2017-01-28 17:00:02 +03:00 committed by Peter Savchenko
parent 6e81e84b97
commit 6889112301

View file

@ -32,7 +32,7 @@ var image = (function(image) {
toggled : 'ce-image-settings__item--toggled'
};
/**
*
* @private
@ -617,7 +617,7 @@ var image = (function(image) {
height : image.height,
additionalData :null
},
caption : caption.textContent,
caption : caption.innerHTML,
cover : null
};