Инструкция по обработке JSP не закрыта

Я попытался включить файл HTML в мою JSP, но затмеваю, покажу эту ошибку

Включенный файл

<%@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>

Ответы на вопрос(6)

Ваш ответ на вопрос