diff --git a/pages/activity/activity.pixy b/pages/activity/activity.pixy index 916ddc9e..df7c2c95 100644 --- a/pages/activity/activity.pixy +++ b/pages/activity/activity.pixy @@ -13,4 +13,4 @@ component ActivityPost(post *arn.Post, user *arn.User) //- span commented on //- a(href=post.Parent().Link())= post.Parent().TitleByUser(user) - Postable(post, user, fmt.Sprintf(`

%s

`, post.Parent().Link(), post.Parent().TitleByUser(user)), "") \ No newline at end of file + Postable(post, user, fmt.Sprintf(`

%s

`, post.Parent().Link(), html.EscapeString(post.Parent().TitleByUser(user))), "") \ No newline at end of file