diff --git a/files/classes/comment.py b/files/classes/comment.py index fba7d7066..968540997 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -255,7 +255,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing): g.db.add(self.comment_aux) def realbody(self, v): - if self.post and self.post.club and not (v and v.coins > 150): return "COUNTRY CLUB ONLY" + if self.post and self.post.club and not (v and v.coins > 150): return "

COUNTRY CLUB ONLY

" body = self.comment_aux.body_html if not v or v.slurreplacer: