Skip to content

Commit 9378ca0

Browse files
committed
Ported to short DOCTYPE form.
HTML5 migration.
1 parent a127f12 commit 9378ca0

File tree

12 files changed

+24
-36
lines changed

12 files changed

+24
-36
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_activation_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_auth_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_registration_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_add_country" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_country_info" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" isErrorPage="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title><spring:message code="t_404_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_restore_password_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_add_series" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_index_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_maintenance_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_activation_title" /></title>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%@ page pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<!DOCTYPE html>
3+
<html>
54
<head>
65
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
<title>MyStamps: <spring:message code="t_registration_title" /></title>

0 commit comments

Comments
 (0)