diff --git a/src/Umbraco.Tests/Masterpages/dummy.txt b/src/Umbraco.Tests/Masterpages/dummy.txt new file mode 100644 index 0000000000..9c01dce8f4 --- /dev/null +++ b/src/Umbraco.Tests/Masterpages/dummy.txt @@ -0,0 +1 @@ +This file is just here to make sure the directory gets created. \ No newline at end of file diff --git a/src/Umbraco.Tests/Views/dummy.txt b/src/Umbraco.Tests/Views/dummy.txt new file mode 100644 index 0000000000..9c01dce8f4 --- /dev/null +++ b/src/Umbraco.Tests/Views/dummy.txt @@ -0,0 +1 @@ +This file is just here to make sure the directory gets created. \ No newline at end of file diff --git a/src/Umbraco.Web.UI/packages.config b/src/Umbraco.Web.UI/packages.config index d03d68a4c5..41f3d9d861 100644 --- a/src/Umbraco.Web.UI/packages.config +++ b/src/Umbraco.Web.UI/packages.config @@ -1,8 +1,10 @@  + + @@ -10,6 +12,7 @@ + diff --git a/src/umbraco.editorControls/tinymce/tinyMCEImageHelper.cs b/src/umbraco.editorControls/tinymce/tinyMCEImageHelper.cs index 977a85ed04..ac8bb63ee3 100644 --- a/src/umbraco.editorControls/tinymce/tinyMCEImageHelper.cs +++ b/src/umbraco.editorControls/tinymce/tinyMCEImageHelper.cs @@ -136,7 +136,7 @@ namespace umbraco.editorControls.tinymce var uf = new UmbracoFile(orgPath); newSrc = uf.Resize(newWidth, newHeight); } - } + } finalWidth = newWidth; finalHeight = newHeight;