ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfarch2html
(Generate patch)

Comparing cfmaps/cfarch2html (file contents):
Revision 1.15 by root, Thu Jun 21 01:09:52 2007 UTC vs.
Revision 1.16 by root, Thu Jun 21 01:11:44 2007 UTC

34sub print_arch { 34sub print_arch {
35 my ($a) = @_; 35 my ($a) = @_;
36 print "<ul>"; 36 print "<ul>";
37 for (sort keys %$a) { 37 for (sort keys %$a) {
38 next if $_ eq "_name"; 38 next if $_ eq "_name";
39 next if $_ eq "_atype";
39 my $v = escape_html $a->{$_}; 40 my $v = escape_html $a->{$_};
40 41
41 print "<li>"; 42 print "<li>";
42 if ($_ eq "more") { 43 if ($_ eq "more") {
43 print "more =>\n"; 44 print "more =>\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines