#589: FPF generates invalid xhtml
-----------------------------------------------------+----------------------
Reporter: André Fiedler <[EMAIL PROTECTED]> | Owner: david
Type: defect | Status: new
Priority: high | Milestone: 0.11
Component: filter | Version: HEAD
Severity: critical | Resolution:
Keywords: |
-----------------------------------------------------+----------------------
Comment (by André Fiedler <[EMAIL PROTECTED]>):
to fix this problem you have to insert the code below in
AgaviFormPopulationFilter at line ~512
{{{
$out = preg_replace('/<textarea([^\/>]*)\/>/iU' . ($utf8 ? 'u' : ''),
'<textarea$1></textarea>', $out);
}}}
ciao André
--
Ticket URL: <http://trac.agavi.org/ticket/589#comment:1>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets