Removed space before svalue
This commit is contained in:
@@ -213,7 +213,7 @@ namespace Umbraco.Web.PropertyEditors
|
||||
.GetPreValuesByDataTypeId(property.PropertyType.DataTypeDefinitionId).FirstOrDefault();
|
||||
var crops = string.IsNullOrWhiteSpace(config) ? "[]" : config;
|
||||
src = svalue;
|
||||
property.Value = "{\"src\": \" " + svalue + " \", \"crops\": " + crops + "}";
|
||||
property.Value = "{\"src\": \"" + svalue + "\", \"crops\": " + crops + "}";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user