mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
WW-1340
- added content-type specific jsp page directive to make sure UTF-8 is used such that character encoding work properly with this example git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@429978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<%@ page
|
||||
language="java"
|
||||
contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%>
|
||||
<%@ taglib prefix="s" uri="/tags" %>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
<%@ page
|
||||
language="java"
|
||||
contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%>
|
||||
<%@ taglib prefix="s" uri="/tags" %>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user