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

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

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

revision 1.19 by wakaba, Fri Aug 15 16:02:02 2008 UTC revision 1.20 by wakaba, Fri Aug 29 13:34:36 2008 UTC
# Line 710  $Element->{$ATOM_NS}->{content} = { Line 710  $Element->{$ATOM_NS}->{content} = {
710              }              }
711            }            }
712            require Whatpm::IMTChecker;            require Whatpm::IMTChecker;
713            Whatpm::IMTChecker->check_imt (sub {            my $ic = Whatpm::IMTChecker->new;
714              $ic->{level} = $self->{level};
715              $ic->check_imt (sub {
716              $self->{onerror}->(@_, node => $attr);              $self->{onerror}->(@_, node => $attr);
717            }, @type);            }, @type);
718          } else {          } else {
# Line 1005  my $AtomIMTAttrChecker = sub { Line 1007  my $AtomIMTAttrChecker = sub {
1007            }            }
1008          }          }
1009          require Whatpm::IMTChecker;          require Whatpm::IMTChecker;
1010          Whatpm::IMTChecker->check_imt (sub {          my $ic = Whatpm::IMTChecker->new;
1011            $ic->{level} = $self->{level};
1012            $ic->check_imt (sub {
1013            $self->{onerror}->(@_, node => $attr);            $self->{onerror}->(@_, node => $attr);
1014          }, @type);          }, @type);
1015        } else {        } else {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24