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.
master
jvoisin 5 years ago committed by GitHub
parent 40a5150b6e
commit 24632317b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/albumMain.jsp
  2. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/artistMain.jsp
  3. 4
      airsonic-main/src/main/webapp/WEB-INF/jsp/gettingStarted.jsp
  4. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/help.jsp
  5. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/home.jsp
  6. 4
      airsonic-main/src/main/webapp/WEB-INF/jsp/importPlaylist.jsp
  7. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp
  8. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/left.jsp
  9. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp
  10. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/recover.jsp
  11. 4
      airsonic-main/src/main/webapp/WEB-INF/jsp/status.jsp
  12. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/top.jsp

@ -1,5 +1,5 @@
<%@ 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"--%>
<html><head>

@ -18,7 +18,7 @@
~ 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"--%>
<html><head>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>
@ -50,4 +50,4 @@
<div class="forward"><a href="javascript:hideGettingStarted()"><fmt:message key="gettingStarted.hide"/></a></div>
</body></html>
</body></html>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>
@ -35,4 +35,4 @@
</form>
</body></html>
</body></html>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>
<%@ include file="jquery.jsp" %>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>
<%@ include file="jquery.jsp" %>

@ -1,5 +1,5 @@
<%@ 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>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>
@ -109,4 +109,4 @@
<div class="forward"><a href="status.view?"><fmt:message key="common.refresh"/></a></div>
</body></html>
</body></html>

@ -1,5 +1,5 @@
<%@ 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>
<%@ include file="head.jsp" %>

Loading…
Cancel
Save