Bug in mod_search V. 1.5.15 - Joomla! Forum - community, help and support
i found bug in search_module.
when update 1.5.15, page shows error when checking validator.w3.org.
the problem file: /modules/mod_search/tmpl/default.php
two ( " ) missing
original code:
changed code:
i changed on http://www.xl-mallorca.com. works!
you can see bug live ( url www . joomla-aktuell . de ) on http://validator.w3.org/check?uri=http%3a%2f%2fwww.joomla-aktuell.de%2f&charset=%28detect+automatically%29&doctype=inline&group=0&user-agent=w3c_validator%2f1.654
when update 1.5.15, page shows error when checking validator.w3.org.
the problem file: /modules/mod_search/tmpl/default.php
two ( " ) missing
original code:
code: select all
<input type="hidden" name="itemid" value=<?php echo $mitemid; ?> />
changed code:
code: select all
<input type="hidden" name="itemid" value="<?php echo $mitemid; ?>" />
i changed on http://www.xl-mallorca.com. works!
you can see bug live ( url www . joomla-aktuell . de ) on http://validator.w3.org/check?uri=http%3a%2f%2fwww.joomla-aktuell.de%2f&charset=%28detect+automatically%29&doctype=inline&group=0&user-agent=w3c_validator%2f1.654
hi donni,
thanks report, here related item in bug tracker
http://joomlacode.org/gf/project/joomla ... m_id=18618
thanks report, here related item in bug tracker
http://joomlacode.org/gf/project/joomla ... m_id=18618
Comments
Post a Comment