Ticket #177 (closed defect: fixed)
footer.tt fails to close a <p> element, causing test failures when Test::HTML::Content is installed.
| Reported by: | Kake | Owned by: | Kake |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | openguides | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
