/[suikacvs]/markup/html/whatpm/Whatpm/HTML.pm.src
Suika

Diff of /markup/html/whatpm/Whatpm/HTML.pm.src

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

revision 1.146 by wakaba, Sat May 24 14:19:55 2008 UTC revision 1.147 by wakaba, Sun May 25 06:03:57 2008 UTC
# Line 6698  sub _tree_construction_main ($) { Line 6698  sub _tree_construction_main ($) {
6698            !!!next-token;            !!!next-token;
6699            next B;            next B;
6700          } else {          } else {
6701              !!!ack ('t391.1');
6702    
6703            my $at = $token->{attributes};            my $at = $token->{attributes};
6704            my $form_attrs;            my $form_attrs;
6705            $form_attrs->{action} = $at->{action} if $at->{action};            $form_attrs->{action} = $at->{action} if $at->{action};
# Line 6741  sub _tree_construction_main ($) { Line 6743  sub _tree_construction_main ($) {
6743                           line => $token->{line}, column => $token->{column}},                           line => $token->{line}, column => $token->{column}},
6744                          {type => END_TAG_TOKEN, tag_name => 'form',                          {type => END_TAG_TOKEN, tag_name => 'form',
6745                           line => $token->{line}, column => $token->{column}};                           line => $token->{line}, column => $token->{column}};
           !!!nack ('t391.1'); ## NOTE: Not acknowledged.  
6746            !!!back-token (@tokens);            !!!back-token (@tokens);
6747            !!!next-token;            !!!next-token;
6748            next B;            next B;

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24