U4-3691: Use empty alt text instead of 'Some description'

This commit is contained in:
arknu
2014-03-07 22:24:28 +01:00
parent 2a9b1cb246
commit c95e7c245e

View File

@@ -92,7 +92,7 @@ function tinyMceService(dialogService, $log, imageHelper, $http, $timeout, macro
if (img) {
var imagePropVal = imageHelper.getImagePropertyValue({ imageModel: img, scope: $scope });
var data = {
alt: "Some description",
alt: "",
src: (imagePropVal) ? imagePropVal : "nothing.jpg",
id: '__mcenew'
};