about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 033a0c14..d4bfa62d 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -1090,7 +1090,7 @@ sub dump_topics {
                 my $mid = delete $seen->{$top_subj};
                 my $href = mid_escape($mid);
                 my $prev_subj = [ split(/ /, $top_subj) ];
-                $top_subj = PublicInbox::Hval->new($top_subj)->as_html;
+                $top_subj = ascii_html($top_subj);
                 $ds = fmt_ts($ds);
 
                 # $n isn't the total number of posts on the topic,