/[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.67 by wakaba, Sat Feb 16 03:47:33 2008 UTC revision 1.68 by wakaba, Sun Feb 17 12:18:06 2008 UTC
# Line 2890  sub _tree_construction_main ($) { Line 2890  sub _tree_construction_main ($) {
2890                            ([^"'\x09-\x0D\x20][^\x09-\x0D\x20]*))/x) {                            ([^"'\x09-\x0D\x20][^\x09-\x0D\x20]*))/x) {
2891                      $self->{change_encoding}                      $self->{change_encoding}
2892                          ->($self, defined $1 ? $1 : defined $2 ? $2 : $3);                          ->($self, defined $1 ? $1 : defined $2 ? $2 : $3);
2893                        $meta_el->[0]->get_attribute_node_ns (undef, 'content')
2894                            ->set_user_data (manakai_has_reference =>
2895                                                 $token->{attributes}->{content}
2896                                                       ->{has_reference});
2897                    }                    }
2898                  }                  }
2899                } else {                } else {
# Line 2899  sub _tree_construction_main ($) { Line 2903  sub _tree_construction_main ($) {
2903                                             $token->{attributes}->{charset}                                             $token->{attributes}->{charset}
2904                                                 ->{has_reference});                                                 ->{has_reference});
2905                  }                  }
2906                    if ($token->{attributes}->{content}) {
2907                      $meta_el->[0]->get_attribute_node_ns (undef, 'content')
2908                          ->set_user_data (manakai_has_reference =>
2909                                               $token->{attributes}->{content}
2910                                                   ->{has_reference});
2911                    }
2912                }                }
2913    
2914                pop @{$self->{open_elements}}                pop @{$self->{open_elements}}
# Line 4490  sub _tree_construction_main ($) { Line 4500  sub _tree_construction_main ($) {
4500                      ([^"'\x09-\x0D\x20][^\x09-\x0D\x20]*))/x) {                      ([^"'\x09-\x0D\x20][^\x09-\x0D\x20]*))/x) {
4501                $self->{change_encoding}                $self->{change_encoding}
4502                    ->($self, defined $1 ? $1 : defined $2 ? $2 : $3);                    ->($self, defined $1 ? $1 : defined $2 ? $2 : $3);
4503                  $meta_el->[0]->get_attribute_node_ns (undef, 'content')
4504                      ->set_user_data (manakai_has_reference =>
4505                                           $token->{attributes}->{content}
4506                                                 ->{has_reference});
4507              }              }
4508            }            }
4509          } else {          } else {
# Line 4499  sub _tree_construction_main ($) { Line 4513  sub _tree_construction_main ($) {
4513                                       $token->{attributes}->{charset}                                       $token->{attributes}->{charset}
4514                                           ->{has_reference});                                           ->{has_reference});
4515            }            }
4516              if ($token->{attributes}->{content}) {
4517                $meta_el->[0]->get_attribute_node_ns (undef, 'content')
4518                    ->set_user_data (manakai_has_reference =>
4519                                         $token->{attributes}->{content}
4520                                             ->{has_reference});
4521              }
4522          }          }
4523    
4524          !!!next-token;          !!!next-token;

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24