From 4a31b2fcd820707135e25f1161a2a1a07b776506 Mon Sep 17 00:00:00 2001 From: uhensler <urs.hensler@frentix.com> Date: Mon, 13 Jan 2020 11:46:53 +0100 Subject: [PATCH] no-jira: Make files compatible with search in Eclipse --- src/main/webapp/static/js/paella/player/example.html | 2 +- src/main/webapp/static/js/paella/player/index-custom.html | 2 +- src/main/webapp/static/js/paella/player/index-debug.html | 2 +- src/main/webapp/static/js/paella/player/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/paella/player/example.html b/src/main/webapp/static/js/paella/player/example.html index 85a3610ff3c..6bf2e34a683 100644 --- a/src/main/webapp/static/js/paella/player/example.html +++ b/src/main/webapp/static/js/paella/player/example.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta http-equiv="Content-type" content="text/html; charset=utf-8;"> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Paella Engage Example</title> <script type="text/javascript" src="javascript/swfobject.js"></script> diff --git a/src/main/webapp/static/js/paella/player/index-custom.html b/src/main/webapp/static/js/paella/player/index-custom.html index ed8aa05fe65..9ddfced2732 100644 --- a/src/main/webapp/static/js/paella/player/index-custom.html +++ b/src/main/webapp/static/js/paella/player/index-custom.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta http-equiv="Content-type" content="text/html; charset=utf-8;"> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name = "viewport" content = "user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width"> <title>Paella Engage Example</title> diff --git a/src/main/webapp/static/js/paella/player/index-debug.html b/src/main/webapp/static/js/paella/player/index-debug.html index 848e5f0105e..4476f298506 100644 --- a/src/main/webapp/static/js/paella/player/index-debug.html +++ b/src/main/webapp/static/js/paella/player/index-debug.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta http-equiv="Content-type" content="text/html; charset=utf-8;"> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Paella Engage Example</title> <script type="text/javascript" src="javascript/polyfill.min.js"></script> <script type="text/javascript" src="build/player/javascript/jquery.min.js"></script> diff --git a/src/main/webapp/static/js/paella/player/index.html b/src/main/webapp/static/js/paella/player/index.html index d3fb7d4c17b..4e8b682eb70 100644 --- a/src/main/webapp/static/js/paella/player/index.html +++ b/src/main/webapp/static/js/paella/player/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta http-equiv="Content-type" content="text/html; charset=utf-8;"> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name = "viewport" content = "user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width"> <title>Paella Engage Example</title> -- GitLab