legacy-dotfiles/emacs.d/nxhtml/tests/in/bug523065.jsp
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

9 lines
222 B
Text

In JSP page, if we have a line like <% // some comments %>, then the "%>" is ignored by nxhtml.
However if we write it like this:
<% // some comments
%>
or
<%
// some comments
%>
then the page is parsed correctly