hello,
here is a sample rhtml:
<%= javascript_include_tag :defaults %> testthe call to javascript_include_tag outputs self-closing
tags. which is not a proper strict xhtml according to the DTD, so IE
does not render the page. the page is just shown blank.
is there a way to make rails behave?
thanks
konstantin