Преглед изворни кода

A topic like "<Joe> blah blah blah" was showing up as "blah blah blah" in
'latest topics' - fixed.

Morten Brix Pedersen пре 25 година
родитељ
комит
72195b2979
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

@@ -1157,7 +1157,7 @@ sub _lasttopics
 
         for (my $i = $ltopic; $i >= $tlimit; $i--) {
             my $topic = htmlentities($self->{stats}->{topics}[$i]{topic});
-            $topic = _replace_links($self->{stats}->{topics}[$i]{topic});
+            $topic = _replace_links($topic);
             # Strip off the quotes (')
             $topic =~ s/^\'(.*)\'$/$1/;