mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +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
|
||||
# ------- 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">
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version=3.0.30
|
||||
version=3.0.31
|
||||
date=18.02.2023
|
||||
info=NI-Neutrino-Webinterface
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user