Răsfoiți Sursa

Fixed bug in show_shoutline

doomshammer 25 ani în urmă
părinte
comite
90d654c789
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

@@ -1607,7 +1607,7 @@ sub shoutpeople
         my %hash = (
             nick => $shout[0],
             per => $spercent{$shout[0]},
-			line => $shoutline{$shout[0]}
+			line => htmlentities($shoutline{$shout[0]})
         );
 
         my $text = template_text('shout1', %hash);