mirror of https://github.com/anoshenko/rui.git
Update utils.go
This commit is contained in:
parent
86709b2f1b
commit
f4cb6ece43
4
utils.go
4
utils.go
|
|
@ -120,8 +120,8 @@ func textToHtml(text string) string {
|
||||||
{old: "&", new: "&"},
|
{old: "&", new: "&"},
|
||||||
{old: "\"", new: """},
|
{old: "\"", new: """},
|
||||||
{old: "'", new: "'"},
|
{old: "'", new: "'"},
|
||||||
{old: "<", new: "<"},
|
//{old: "<", new: "<"},
|
||||||
{old: ">", new: ">"},
|
//{old: ">", new: ">"},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, r := range replace {
|
for _, r := range replace {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue