Parent Directory
|
Revision Log
|
Patch
| revision 1.8 by wakaba, Sat Aug 11 13:54:55 2007 UTC | revision 1.9 by wakaba, Sun Nov 11 04:18:27 2007 UTC | |
|---|---|---|
| # | Line 51 if ($mode eq '/html' or $mode eq '/test' | Line 51 if ($mode eq '/html' or $mode eq '/test' |
| 51 | my $out; | my $out; |
| 52 | $time1 = time; | $time1 = time; |
| 53 | if ($mode eq '/html') { | if ($mode eq '/html') { |
| 54 | $out = Whatpm::HTML->get_inner_html ($doc); | require Whatpm::HTML::Serializer; |
| 55 | $out = Whatpm::HTML::Serializer->get_inner_html ($doc); | |
| 56 | } else { # test | } else { # test |
| 57 | $out = test_serialize ($doc); | $out = test_serialize ($doc); |
| 58 | } | } |
|
||||||||
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |