Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 35861
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: pete [...] clueball.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02004
Fixed in: (no value)



Subject: HTML::FormFu::Model::DBIC doesn't like HR elements
HTML::FormFu::Model::DBIC - line 143 - checks for nested_name of the element. Hr elements don't have one. A work around is to use a block element with an hr tag instead
I've fixed this by skipping elements that don't have a nested_name() method. The fix is in svn trunk, and will be available in the next cpan release. cheers, carl