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:
vanhofen
2023-02-18 22:18:11 +01:00
parent cdced9f25e
commit 01ba39cb7e
4 changed files with 7 additions and 15 deletions

View File

@@ -222,8 +222,7 @@ end-block~work_menu
# ============= LAYOUT
# ------- Lay-HEAD
start-block~head
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
@@ -237,8 +236,7 @@ end-block~head
# ------- Lay-HEAD
start-block~headCache
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -250,8 +248,7 @@ end-block~headCache
# ------- Lay-HEAD without charset
start-block~head_no_charset
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>
<html>
<head>
<title>yWeb</title>
@@ -288,8 +285,7 @@ end-block~head_frame_iso
# ------- Lay-HEAD NI
start-block~head_ni
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="NI-Team">

View File

@@ -1,3 +1,3 @@
version=3.0.30
version=3.0.31
date=18.02.2023
info=NI-Neutrino-Webinterface

View File

@@ -1,5 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE html>
<html>
<head>
<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">
<title></title>
</head>
<body>
<div>
</div>

View File

@@ -1,5 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE html>
<html>
<head>
<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">
<title></title>
</head>
<body>
<div>
</div>