@@ -20,7 +20,7 @@ func NewText(textType, content string) (Text, error) {
case "xhtml":
return &XHTMLText{
Type: textType,
XHTMLDiv: XHTMLDiv{
XHTMLDiv: &XHTMLDiv{
XMLNS: "http://www.w3.org/1999/xhtml",
Content: content,
},
The note is not visible to the blocked user.