Parent Directory | Revision Log | Patch
revision 1.81 by wakaba, Sat May 10 06:04:39 2008 UTC | revision 1.82 by wakaba, Sun Jun 8 12:22:54 2008 UTC | |
---|---|---|
# | Line 236 our %AnyChecker = ( | Line 236 our %AnyChecker = ( |
236 | check_child_text => sub { }, | check_child_text => sub { }, |
237 | check_end => sub { | check_end => sub { |
238 | my ($self, $item, $element_state) = @_; | my ($self, $item, $element_state) = @_; |
239 | ## NOTE: There is a modified copy of the code below for |html:ruby|. | |
240 | if ($element_state->{has_significant}) { | if ($element_state->{has_significant}) { |
241 | $item->{real_parent_state}->{has_significant} = 1; | $item->{real_parent_state}->{has_significant} = 1; |
242 | } | } |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |