Topic: Unclosed Form tag in navlinks
Not a serious bug, just a big annoyance if you do do it.
A friend tried to add a paypal link to his links ("Additional menu items"), he basically did
<form action="http://paypal.com/..">
as a link, this wouldn't actually work but I think he was just playing around, anyway, the problem is that from then whenever he tried to do anything form related (admin, logging in, registering, etc. etc.) the site just went to paypal.com. I know he shouldn't have added the unclosed form tag, but the problem is that IF you do then it's impossible to actually remove it without editing the header or manually altering the database.