Re: Picture page is not W3C valid! How to fix this?
Posted: 13 Feb 2009, 00:06
so i replace the code:
in:
for:
its valid now, i am testing the site, i will write, when i will see some problems with the replacement
Code: Select all
echo '<form action="'.$this->tmpl['action'].'" method="post" name="adminForm">';Code: Select all
components/com_phocagallery/views/category/tmpl/default.phpCode: Select all
$mojetmp = '';
$mojetmp = '<form action="'.$this->tmpl['action'].'" method="post" name="adminForm">';
$mojetmp = str_replace("&", "&", $mojetmp);
echo $mojetmp;