Forum Index
/
General
/
Patch for bug close tag XHTML
[
This topic is solved ]
kreatik
19 June 09 / 01:09
Changed at 19 June 09 / 01:10
Hi all :)
Bug found, affect : validation xhtml and rendering
In file /fields/class.jsDateField.php at line 131 search :
"<img src='".FH_FHTML_DIR."images/calendar.gif' border='0' alt='Select Date' '. FH_XHTML_CLOSE .'></a>\n".
and replace by :
"<img src='".FH_FHTML_DIR."images/calendar.gif' border='0' alt='Select Date' ". FH_XHTML_CLOSE ."></a>\n".
Tanks for FH, good continuation !
kreatik
19 June 09 / 01:23
Other "bug" for validation xhtml :
file : class.RadioButton.php line : 161, replace :
(isset($this->_mValue) && $sValue == $this->_mValue ? 'checked ':'').
by :
(isset($this->_mValue) && $sValue == $this->_mValue ? 'checked="checked" ':'').
Johan Wiegel
(Admin)
19 June 09 / 08:14
patched thanks again
Top
powered by
PHP-GLOBE
© 2004 - 2010 FormHandler. All rights reserved. -
Open source license