Instrucción de procesamiento JSP no cerrada

Intenté incluir un archivo HTML en mi JSP pero eclipsé este error.

El archivo incluido

<%@include file="includes/head.html" %>

Y el error

Processing instruction not closed

Y esto es solo el simple 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>

Respuestas a la pregunta(6)

Su respuesta a la pregunta