In gravityforms/form_display.php, there is a chunk of code that handles the JavaScript for the form, but it contains elements that invalidates any page that contains the code, namely, the presence of < and > in within the script tag.
Could we have "//<![CDATA[" . and "//]]>" . added between the script tags, so that it doesn't invalidate the page and get parsed?