Skip to content

Commit 6b6f1cf

Browse files
committed
Ported to short meta tag.
HTML5 migration.
1 parent 9378ca0 commit 6b6f1cf

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

src/main/webapp/WEB-INF/pages/account/activate.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_activation_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/account/auth.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_auth_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/account/register.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_registration_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/country/add.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_add_country" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/country/info.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_country_info" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/error/404.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title><spring:message code="t_404_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/password/restore.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_restore_password_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/series/add.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_add_series" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/site/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_index_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/site/maintenance.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_maintenance_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/successful/activation.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_activation_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

src/main/webapp/WEB-INF/pages/successful/registration.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta charset="utf-8" />
66
<title>MyStamps: <spring:message code="t_registration_title" /></title>
77
<link rel="shortcut icon" type="image/x-icon" href="${faviconUrl}" />
88
<link rel="stylesheet" type="text/css" href="${mainCssUrl}" />

0 commit comments

Comments
 (0)