JSP に HTML ファイルをインクルードしようとしましたが、このエラーが表示されました。
含まれているファイル
<%@include file="includes/head.html" %>
そしてエラー
Processing instruction not closed
そして、これは単純な JSP です
<%@include file = "includes/head.html" %>
<form action = "#" method = "POST">
Username: <input type = "text" name = "username"><br/>
Password: <input type = "password" name = "password"><br/>
</form>
</body>
</html>