Added page encoding meta tags to jsp files to satisfy PMD

master
Evan Harris 5 years ago
parent 4098d801fc
commit 42537686fc
No known key found for this signature in database
GPG Key ID: FF3BD4DA59FF9EDC
  1. 1
      airsonic-main/src/main/webapp/WEB-INF/jsp/generalDatabaseSettings.jsp
  2. 1
      airsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp
  3. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/include.jsp
  4. 1
      airsonic-main/src/main/webapp/WEB-INF/jsp/javaJukeboxPlayerControlBar.jspf
  5. 1
      airsonic-main/src/main/webapp/WEB-INF/jsp/jquery.jsp
  6. 3
      airsonic-main/src/main/webapp/WEB-INF/jsp/podcast.jsp
  7. 1
      airsonic-main/src/main/webapp/WEB-INF/jsp/viewSelector.jsp

@ -0,0 +1 @@
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>

@ -1,3 +1,4 @@
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>

@ -1,4 +1,4 @@
<%@ page session="false"%>
<%@ page session="false" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>

@ -1,3 +1,4 @@
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<div id="javaJukeboxPlayerControlBar" class="bgcolor2" style="position:fixed; bottom:0; width:100%;padding-top:10px;padding-bottom: 5px">
<table style="white-space:nowrap;">
<tr style="white-space:nowrap;">

@ -1,3 +1,4 @@
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<link rel="stylesheet" href="<c:url value='/style/smoothness/jquery-ui-1.12.1.min.css'/>" type="text/css">
<link rel="stylesheet" href="<c:url value='/script/jquery.toastmessage/css/jquery.toastmessage.css' />" type="text/css" >
<script type="text/javascript" src="<c:url value='/script/jquery-3.4.0.min.js'/>"></script>

@ -1,5 +1,6 @@
<%@ include file="include.jsp" %>
<%@ page language="java" contentType="text/xml; charset=utf-8" pageEncoding="iso-8859-1"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<rss version="2.0">
<channel>

@ -17,6 +17,7 @@
~ Copyright 2015 (C) Sindre Mehus
--%>
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<div style="float:right;padding-right:1em">

Loading…
Cancel
Save