소스 검색

Removing the lines with 'wpl3', stop using that

Morten Brix Pedersen 25 년 전
부모
커밋
bbdadd14a2
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      pisg.pl

+ 0 - 3
pisg.pl

@@ -836,9 +836,6 @@ sub mostwordsperline {
         $text = template_text('wpl2', %hash);
         html("<br><span class=\"small\">$text</span>");
         html("</td></tr>");
-    } else {
-        my $text = template_text('wpl3');
-        html("<tr><td bgcolor=\"$conf->{hicell}\">$text</td></tr>");
     }
 }