Update utils.go

This commit is contained in:
Alexei Anoshenko 2026-05-27 15:38:45 +03:00
parent 86709b2f1b
commit f4cb6ece43
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ func textToHtml(text string) string {
{old: "&", new: "&"},
{old: "\"", new: """},
{old: "'", new: "'"},
{old: "<", new: "&lt;"},
{old: ">", new: "&gt;"},
//{old: "<", new: "&lt;"},
//{old: ">", new: "&gt;"},
}
for _, r := range replace {