diff --git a/StarLight/Controller.cs b/StarLight/Controller.cs index 28461c8..58ee1cd 100644 --- a/StarLight/Controller.cs +++ b/StarLight/Controller.cs @@ -193,7 +193,7 @@ namespace StarLight.Controllers html.Append("'>"); html.Append("
"); - UtilsTpl.HtmlEncode(item.name, html); + Shared.Models.Templates.UtilsTpl.HtmlEncode(item.name, html); html.Append("
"); firstjson = false;