--- cfmaps/cfarch2html 2005/11/23 09:07:21 1.11 +++ cfmaps/cfarch2html 2007/02/14 02:33:46 1.14 @@ -1,7 +1,7 @@ #!/opt/bin/perl # cfarch2html - convert crossfire archetypes to html -# Copyright (C) 2005 Marc Lehmann +# Copyright (C) 2005,2007 Marc Lehmann # # CFARCH2HTML is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # along with gvpe; if not, write to the Free Software # Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -our $VERSION = '1.04'; +our $VERSION = '1.052'; use Storable; @@ -49,7 +49,7 @@ print "more =>\n"; print_arch ($a->{more}); } elsif ($_ eq "other_arch") { - print "$_ => $v\n"; + print "$_ => $v\n"; } elsif ($_ eq "msg" || $_ eq "lore") { print "$_ =>

$v

"; } else { @@ -78,7 +78,7 @@ print_arch $arch->{$name}; - print "", + print "", ""; close $fh;