Index: tp/Texinfo/Convert/HTML.pm =================================================================== RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v retrieving revision 1.241 diff -u -r1.241 HTML.pm --- tp/Texinfo/Convert/HTML.pm 1 Aug 2012 23:56:28 -0000 1.241 +++ tp/Texinfo/Convert/HTML.pm 2 Aug 2012 22:42:05 -0000 @@ -2726,7 +2726,7 @@ pop @{$self->{'document_context'}}; } return $self->_attribute_class('div','float'). '>' .$label."\n".$content. - '' . $prepended_text.$caption_text; + $prepended_text.$caption_text . ''; } $default_commands_conversion{'float'} = \&_convert_float_command;