The module output is not valid XHTML.
according to HTML validator there are 24 warnings
problems like:
<input> element not closed
<style> isn't allowed in <form> elements
<div> proprietary attribute "rel"
<div> proprietary attribute "name"
<form> lacks "action" attribute
Comments
Comment #1
chrisshattuck commentedOh man, that was a lot harder than I thought it was going to be! ;)
Beta5 is now XHTML compliant (as long as my latest changes didn't bust anything).
Cheers!