- @Model.value
+ @TemplateUtilities.CleanForXss(Model.value.ToString())
}
diff --git a/src/Umbraco.Web/Templates/TemplateUtilities.cs b/src/Umbraco.Web/Templates/TemplateUtilities.cs
index 881cb563c5..c56d7b5b8a 100644
--- a/src/Umbraco.Web/Templates/TemplateUtilities.cs
+++ b/src/Umbraco.Web/Templates/TemplateUtilities.cs
@@ -7,17 +7,17 @@ using Umbraco.Core.Logging;
namespace Umbraco.Web.Templates
{
- //NOTE: I realize there is only one class in this namespace but I'm pretty positive that there will be more classes in
- //this namespace once we start migrating and cleaning up more code.
+ //NOTE: I realize there is only one class in this namespace but I'm pretty positive that there will be more classes in
+ //this namespace once we start migrating and cleaning up more code.
- ///