diff --git a/src/Umbraco.Web/Editors/MacrosController.cs b/src/Umbraco.Web/Editors/MacrosController.cs
index 3cb161e547..2e68925ce4 100644
--- a/src/Umbraco.Web/Editors/MacrosController.cs
+++ b/src/Umbraco.Web/Editors/MacrosController.cs
@@ -323,7 +323,6 @@ namespace Umbraco.Web.Editors
/// Finds partial view files in app plugin folders.
///
///
- /// The .
///
private IEnumerable FindPartialViewFilesInPluginFolders()
{
diff --git a/src/Umbraco.Web/Install/FilePermissionHelper.cs b/src/Umbraco.Web/Install/FilePermissionHelper.cs
index ede9008514..af62b4fd9e 100644
--- a/src/Umbraco.Web/Install/FilePermissionHelper.cs
+++ b/src/Umbraco.Web/Install/FilePermissionHelper.cs
@@ -45,8 +45,8 @@ namespace Umbraco.Web.Install
///
/// This will test the directories for write access
///
- ///
- ///
+ ///
+ ///
///
/// If this is false, the easiest way to test for write access is to write a temp file, however some folder will cause
/// an App Domain restart if a file is written to the folder, so in that case we need to use the ACL APIs which aren't as