#177: footer.tt fails to close a <p> element, causing test failures when Test::HTML::Content is installed. ------------------------+--------------------------------------------------- Reporter: Kake | Owner: Kake Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Keywords: ------------------------+--------------------------------------------------- Test::HTML::Content uses XML::Parser to parse the rendered HTML; footer.tt is missing a closing </p> tag, and this causes XML::Parser to barf:
{{{ Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/26_geo_data_search_form.t 9 2304 12 9 1 3-5 7-9 11-12 t/27_geo_data_edit_form.t 12 3072 18 12 1-4 7-10 13-16 t/39_search_form.t 27 6912 27 27 1-27 }}}