mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
yWeb: simplify DOCTYPE declaration
Origin commit data
------------------
Branch: ni/coolstream
Commit: 62ec0d88bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)
Origin message was:
------------------
- yWeb: simplify DOCTYPE declaration
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -222,8 +222,7 @@ end-block~work_menu
|
|||||||
# ============= LAYOUT
|
# ============= LAYOUT
|
||||||
# ------- Lay-HEAD
|
# ------- Lay-HEAD
|
||||||
start-block~head
|
start-block~head
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
@@ -237,8 +236,7 @@ end-block~head
|
|||||||
|
|
||||||
# ------- Lay-HEAD
|
# ------- Lay-HEAD
|
||||||
start-block~headCache
|
start-block~headCache
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
@@ -250,8 +248,7 @@ end-block~headCache
|
|||||||
|
|
||||||
# ------- Lay-HEAD without charset
|
# ------- Lay-HEAD without charset
|
||||||
start-block~head_no_charset
|
start-block~head_no_charset
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>yWeb</title>
|
<title>yWeb</title>
|
||||||
@@ -288,8 +285,7 @@ end-block~head_frame_iso
|
|||||||
|
|
||||||
# ------- Lay-HEAD NI
|
# ------- Lay-HEAD NI
|
||||||
start-block~head_ni
|
start-block~head_ni
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="author" content="NI-Team">
|
<meta name="author" content="NI-Team">
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version=3.0.30
|
version=3.0.31
|
||||||
date=18.02.2023
|
date=18.02.2023
|
||||||
info=NI-Neutrino-Webinterface
|
info=NI-Neutrino-Webinterface
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/html4/strict.dtd">
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="expires" content="Thu, 01 Jan 1970 00:01:00 GMT">
|
<meta http-equiv="expires" content="Thu, 01 Jan 1970 00:01:00 GMT">
|
||||||
@@ -7,7 +6,6 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=yinfo.yhtm">
|
<meta http-equiv="refresh" content="0; URL=yinfo.yhtm">
|
||||||
<title></title>
|
<title></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/html4/strict.dtd">
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="expires" content="Thu, 01 Jan 1970 00:01:00 GMT">
|
<meta http-equiv="expires" content="Thu, 01 Jan 1970 00:01:00 GMT">
|
||||||
@@ -7,7 +6,6 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=ylcd4linux.yhtm">
|
<meta http-equiv="refresh" content="0; URL=ylcd4linux.yhtm">
|
||||||
<title></title>
|
<title></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user