/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker.pm
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.67 by wakaba, Sun Feb 24 01:38:36 2008 UTC revision 1.68 by wakaba, Sun Feb 24 07:51:19 2008 UTC
# Line 566  sub _remove_plus_elements ($$) { Line 566  sub _remove_plus_elements ($$) {
566    }    }
567  } # _remove_plus_elements  } # _remove_plus_elements
568    
569    sub _attr_status_info ($$$) {
570      my ($self, $attr, $status_code) = @_;
571      my $status;
572      if ($status_code & FEATURE_STATUS_REC) {
573        return;
574      } elsif ($status_code & FEATURE_STATUS_CR) {
575        $status = 'cr';
576      } elsif ($status_code & FEATURE_STATUS_LC) {
577        $status = 'lc';
578      } elsif ($status_code & FEATURE_STATUS_WD) {
579        $status = 'wd';
580      } else {
581        $status = 'non-standard';
582      }
583      $self->{onerror}->(node => $attr,
584                         type => 'status:'.$status.':attr',
585                         level => $self->{info_level});
586    } # _attr_status_info
587    
588  sub _add_minuses ($@) {  sub _add_minuses ($@) {
589    my $self = shift;    my $self = shift;
590    my $r = {};    my $r = {};

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24