Repository: roller Updated Branches: refs/heads/bootstrap-ui 4e44afe8a -> 37277bbf5
Remove redundant content-type code Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/37277bbf Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/37277bbf Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/37277bbf Branch: refs/heads/bootstrap-ui Commit: 37277bbf5ecb8fb846f4fcf5fce0a0e58b6a8426 Parents: 4e44afe Author: Dave Johnson <[email protected]> Authored: Sun Feb 25 17:09:21 2018 -0500 Committer: Dave Johnson <[email protected]> Committed: Sun Feb 25 17:09:21 2018 -0500 ---------------------------------------------------------------------- app/src/main/webapp/WEB-INF/jsps/taglibs-struts2.jsp | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/37277bbf/app/src/main/webapp/WEB-INF/jsps/taglibs-struts2.jsp ---------------------------------------------------------------------- diff --git a/app/src/main/webapp/WEB-INF/jsps/taglibs-struts2.jsp b/app/src/main/webapp/WEB-INF/jsps/taglibs-struts2.jsp index 75144a0..e97d1e4 100644 --- a/app/src/main/webapp/WEB-INF/jsps/taglibs-struts2.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/taglibs-struts2.jsp @@ -16,11 +16,6 @@ directory of this distribution. --%> -<meta charset="UTF-8"> -<meta http-equiv="Content-type" content="text/html; charset=UTF-8"> - -<% response.setContentType("text/html; charset=UTF-8"); %> - <%@ page language="java" contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
