diff --git a/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js b/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js index a5eb08da98..df820d9647 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js @@ -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' };