Parent Directory
|
Revision Log
|
Patch
revision 1.52 by wakaba, Wed Sep 23 10:56:52 2009 UTC | revision 1.53 by wakaba, Wed Sep 23 14:16:25 2009 UTC | |
---|---|---|
# | Line 874 if ($path[0] eq 'n' and @path == 2) { | Line 874 if ($path[0] eq 'n' and @path == 2) { |
874 | print "Content-Type: text/plain; charset=UTF-8\n\n"; | print "Content-Type: text/plain; charset=UTF-8\n\n"; |
875 | ||
876 | for my $doc (@{$node->neighbor_documents}) { | for my $doc (@{$node->neighbor_documents}) { |
877 | print join "\t", $doc->id, $doc->title; | print join "\t", $doc->id, $doc->name; |
878 | print "\n"; | print "\n"; |
879 | } | } |
880 |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |