Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by wakaba, Sat Mar 1 00:42:53 2008 UTC | revision 1.3 by wakaba, Sun Mar 2 03:39:41 2008 UTC | |
|---|---|---|
| # | Line 95 sub get_inner_html ($$$) { | Line 95 sub get_inner_html ($$$) { |
| 95 | } elsif ($nt == 5) { # entrefs | } elsif ($nt == 5) { # entrefs |
| 96 | push @node, @{$child->child_nodes}; | push @node, @{$child->child_nodes}; |
| 97 | } elsif ($nt == 7) { # PIs | } elsif ($nt == 7) { # PIs |
| 98 | $s .= '<?' . $child->target . ' ' . $target->data . '>'; | $s .= '<?' . $child->target . ' ' . $child->data . '>'; |
| 99 | } else { | } else { |
| 100 | $on_error->($child) if defined $on_error; | $on_error->($child) if defined $on_error; |
| 101 | } | } |
|
||||||||
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |