diff --git a/WebContent/WEB-INF/tags/footer.tag b/WebContent/WEB-INF/tags/footer.tag index c4a9774..9083620 100644 --- a/WebContent/WEB-INF/tags/footer.tag +++ b/WebContent/WEB-INF/tags/footer.tag @@ -1,6 +1,6 @@ -<%@tag description="Footer template" pageEncoding="UTF-8" %> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@taglib prefix="t" tagdir="/WEB-INF/tags" %> +<%@ tag description="Footer template" pageEncoding="UTF-8" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="t" tagdir="/WEB-INF/tags" %> \ No newline at end of file diff --git a/WebContent/WEB-INF/tags/messages.tag b/WebContent/WEB-INF/tags/messages.tag index cc70514..bf826dd 100644 --- a/WebContent/WEB-INF/tags/messages.tag +++ b/WebContent/WEB-INF/tags/messages.tag @@ -1,6 +1,6 @@ -<%@tag description="User message template" pageEncoding="UTF-8" %> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@taglib prefix="t" tagdir="/WEB-INF/tags" %> +<%@ tag description="User message template" pageEncoding="UTF-8" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="t" tagdir="/WEB-INF/tags" %>