2013-05-31, 04:06:37
It seems it's an IE bug, happens when you press Enter (instead of clicking the submit button) on a form that has just one field. I'll fix this in the next NM release.
In the meantime you can patch it. Edit news_manager/inc/sidebar.php, find this:
Just before (or after) that, insert this:
(Source: http://www.rachaelarnold.com/dev/archive...ission-bug )
In the meantime you can patch it. Edit news_manager/inc/sidebar.php, find this:
Code:
<input type="text" class="text" name="keywords" />
Code:
<!--[if IE]><input type="text" style="display: none;" disabled="disabled"
size="20" value="Ignore field. IE bug fix" /><![endif]-->
(Source: http://www.rachaelarnold.com/dev/archive...ission-bug )