Declare the usage of HTML5 in the doctype
This should marginally increase the performances and jquery (no more quirks mode), as well as making web browsers happier.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<%--@elvariable id="model" type="java.util.Map"--%>
|
<%--@elvariable id="model" type="java.util.Map"--%>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
~ Copyright 2014 (C) Sindre Mehus
|
~ Copyright 2014 (C) Sindre Mehus
|
||||||
--%>
|
--%>
|
||||||
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<%--@elvariable id="model" type="java.util.Map"--%>
|
<%--@elvariable id="model" type="java.util.Map"--%>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
<%@ include file="jquery.jsp" %>
|
<%@ include file="jquery.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
<%@ include file="jquery.jsp" %>
|
<%@ include file="jquery.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<%@ include file="head.jsp" %>
|
<%@ include file="head.jsp" %>
|
||||||
|
|||||||
Reference in New Issue
Block a user