mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
refactor(starlight): update namespace reference for HtmlEncode utility
The change updates the UtilsTpl.HtmlEncode call to use the fully qualified namespace Shared.Models.Templates.UtilsTpl.HtmlEncode for consistency with the project's namespace structure and to avoid potential ambiguity
This commit is contained in:
parent
90fe957674
commit
0d029f362d
@ -193,7 +193,7 @@ namespace StarLight.Controllers
|
||||
html.Append("'>");
|
||||
|
||||
html.Append("<div class=\"videos__item-imgbox videos__movie-imgbox\"></div><div class=\"videos__item-title\">");
|
||||
UtilsTpl.HtmlEncode(item.name, html);
|
||||
Shared.Models.Templates.UtilsTpl.HtmlEncode(item.name, html);
|
||||
html.Append("</div></div>");
|
||||
|
||||
firstjson = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user