--- cfmaps/cfmap2html 2008/01/06 21:12:00 1.32 +++ cfmaps/cfmap2html 2008/09/10 10:46:12 1.33 @@ -17,7 +17,7 @@ # along with cfmaps; if not, write to the Free Software # Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -our $VERSION = '2.11'; +our $VERSION = '2.111'; use strict; @@ -126,10 +126,11 @@ escape_html delete $info->{msg}, "

"; - print "

", + print "
", (map "", grep !/^_/, keys %$info), - "
" . (escape_html $_) . "" . (escape_html $info->{$_}) . "

"; + "", + "

"; print "";