diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/umbavatar.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/umbavatar.directive.js
index c9a45fd316..ba34a752ed 100644
--- a/src/Umbraco.Web.UI.Client/src/common/directives/components/umbavatar.directive.js
+++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/umbavatar.directive.js
@@ -13,8 +13,8 @@ Use this directive to render an avatar.
attribute): The size of the avatar (xs, s, m, l, xl).
-@param {string} src (attribute): The image source to the avatar.
-@param {string} srcset (atribute): Reponsive support for the image source.
+@param {string} img-src (attribute): The image source to the avatar.
+@param {string} img-srcset (atribute): Reponsive support for the image source.
**/
(function() {
@@ -58,8 +58,8 @@ Use this directive to render an avatar.
templateUrl: 'views/components/umb-avatar.html',
scope: {
size: "@",
- src: "@",
- srcset: "@"
+ imgSrc: "@",
+ imgSrcset: "@"
}
};
diff --git a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html
index 43af692d3a..e4fde787da 100644
--- a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html
+++ b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html
@@ -5,8 +5,8 @@
+
diff --git a/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html b/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html
index 5e68e18fa2..f351f3b234 100644
--- a/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html
+++ b/src/Umbraco.Web.UI.Client/src/views/packager/views/repo.html
@@ -162,7 +162,7 @@