소스 검색

Fixed bug in show_shoutline

doomshammer 25 년 전
부모
커밋
90d654c789
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);