diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index bfb86f131..a13cdad85 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -515,7 +515,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys if '
' not in sanitized and blackjack != "rules":
 		sanitized = sanitized.replace('\n','')
 
-	if showmore:
+	if showmore and not (hasattr(g, 'v') and g.v.id == AEVANN_ID):
 		# Insert a show more button if the text is too long or has too many paragraphs
 		CHARLIMIT = 3000
 		pos = 0