name property is plaintext
This commit is contained in:
parent
d20029be7a
commit
91346fa369
|
@ -665,7 +665,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
||||||
if precis != "" {
|
if precis != "" {
|
||||||
content = precis + "<p>" + content
|
content = precis + "<p>" + content
|
||||||
}
|
}
|
||||||
precis = name
|
precis = html.EscapeString(name)
|
||||||
}
|
}
|
||||||
if sens, _ := obj["sensitive"].(bool); sens && precis == "" {
|
if sens, _ := obj["sensitive"].(bool); sens && precis == "" {
|
||||||
precis = "unspecified horror"
|
precis = "unspecified horror"
|
||||||
|
|
Loading…
Reference in New Issue