diff -urN ../htmllint.orig/htmllint.cgi ./htmllint.cgi --- ../htmllint.orig/htmllint.cgi Fri May 9 01:15:00 2014 +++ ./htmllint.cgi Fri May 9 01:21:00 2014 @@ -93,7 +93,7 @@ # 出力する漢字コードの選択 &DetectCode($cgi->param('CharCode')) or &DetectCode($KANJICODE) or &DetectCode('JIS'); -$| = 1; +# $| = 1; # ビジーチェック if (defined(&BusyCheck)) { diff -urN ../htmllint.orig/tagslist.cgi ./tagslist.cgi --- ../htmllint.orig/tagslist.cgi Sun Sep 30 14:40:00 2012 +++ ./tagslist.cgi Sun Sep 30 16:30:00 2012 @@ -161,7 +161,7 @@ $RULETIME = $t if $RULETIME < $t; } $rule = 'all' unless $rule; -$| = 1; +# $| = 1; $charData = 'CDATA|NUMBER|NAME|NMTOKEN|NUTOKEN'. '|NUMBERS|NAMES|NMTOKENS|NUTOKENS|ID|IDREF|ENTITY';