From 185b0b52344c53727216e9e59388ab557f5dc8ed Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 25 Dec 2014 12:13:55 -0800 Subject: [PATCH] Remove tags from text used by filters / thread excerpts. --- src/General/lib/post.class | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/General/lib/post.class b/src/General/lib/post.class index cb9a1556b..12439d3b9 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -105,10 +105,11 @@ class Post # 'Comment too long'... # EXIF data. (/p/) # Rolls. (/tg/) + # Marquees. (/pol/) # Preceding and following new lines. # Trailing spaces. bq = @nodes.comment.cloneNode true - for node in $$ '.abbr, .exif, b', bq + for node in $$ '.abbr, .exif, b, marquee', bq $.rm node @info.comment = @nodesToText bq