Explorar el Código

Fixed bug in show_shoutline

doomshammer hace 25 años
padre
commit
90d654c789
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

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