Lazlo
04-07-2007, 02:30 PM
Is there any way to delete the name='commentform' in the comment form but not break the commenting? Because "name" is not XHTML 1.1 valid. :)
<form method='post' action='index.php?x=save_comment' name='commentform' accept-charset='UTF-8'>
EDIT: Deleted it and now it seems to work fine.. :confused: :)
<form method='post' action='index.php?x=save_comment' name='commentform' accept-charset='UTF-8'>
EDIT: Deleted it and now it seems to work fine.. :confused: :)