Quellcode durchsuchen

Fixed bug in show_shoutline

doomshammer vor 25 Jahren
Ursprung
Commit
90d654c789
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);