U4-3691: Use empty alt text instead of 'Some description'
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user