fixed an xhtml problem

This commit is contained in:
JT Smith 2006-04-05 20:50:34 +00:00
parent e4392f7449
commit e8d72011c9

View file

@ -145,7 +145,7 @@ sub getCompareForm {
.WebGUI::Form::submit($self->session,{
value=>"compare"
})
."</form>";
.WebGUI::Form::formFooter($self->session);
return $form;
}