Totally Zenned
- Join Date:
- Aug 2007
- Location:
- Gijón, Asturias, Spain
- Posts:
- 2,866
- Plugin Contributions:
- 7
Admin->define_pages_editor.php form structure invalid html
I changed
FROM
<tr><?php echo zen_draw_form('language', FILENAME_DEFINE_PAGES_EDITOR, 'lngdir=' . $_SESSION['language'] . '&filename=' . $_GET['filename'] . '&action=save'); ?> <td><table border="0" cellspacing="0" cellpadding="2"> <tr>
TO
<tr> <td><?php echo zen_draw_form('language', FILENAME_DEFINE_PAGES_EDITOR, 'lngdir=' . $_SESSION['language'] . '&filename=' . $_GET['filename'] . '&action=save'); <table border="0" cellspacing="0" cellpadding="2"> <tr>AND </table></td> </form></tr>TO
</table></form></td> </tr>
...there are more but I thought I'd test the water first....