![Picture of Juan Manuel Picture of Juan Manuel](/graphics/unknown.gif)
Juan Manuel - 2006-01-27 00:03:48
This method don't write correctly Event Handling Attributes for actions ONKEYUP, ONKEYDOWN... this is because on line 1321 a piece of code(."\"") is out of $function. To solve this problem replace line 1321:
old 1321: $function(" ".strtolower($name)."=\"".$this->EncodeHtmlString($action))."\"";
new 1321: $function(" ".strtolower($name)."=\"".$this->EncodeHtmlString($action)."\"");
I Hope new versions correct this bug.
Thanks!