Parent Directory | Revision Log | Patch
revision 1.235 by wakaba, Sun Sep 6 08:02:54 2009 UTC | revision 1.236 by wakaba, Sun Sep 6 08:15:37 2009 UTC | |
---|---|---|
# | Line 248 my $el_category = { | Line 248 my $el_category = { |
248 | u => FORMATTING_EL, | u => FORMATTING_EL, |
249 | ul => MISC_SPECIAL_EL, | ul => MISC_SPECIAL_EL, |
250 | wbr => MISC_SPECIAL_EL, | wbr => MISC_SPECIAL_EL, |
251 | xmp => MISC_SPECIAL_EL, | |
252 | }; | }; |
253 | ||
254 | my $el_category_f = { | my $el_category_f = { |
# | Line 5707 sub set_inner_html ($$$$;$) { | Line 5708 sub set_inner_html ($$$$;$) { |
5708 | } # AN | } # AN |
5709 | ||
5710 | ## F.5. Set the input stream. | ## F.5. Set the input stream. |
5711 | $self->{confident} = 1; ## Confident: irrelevant. | $p->{confident} = 1; ## Confident: irrelevant. |
5712 | ||
5713 | ## F.6. Start the parser. | ## F.6. Start the parser. |
5714 | { | { |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |