Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
This is the same as HTML 4 Transitional except for
|
||||
changes due to the differences between XML and SGML.
|
||||
|
||||
Namespace = https://www.w3.org/1999/xhtml
|
||||
Namespace = http://www.w3.org/1999/xhtml
|
||||
|
||||
For further information, see: https://www.w3.org/TR/xhtml1
|
||||
For further information, see: http://www.w3.org/TR/xhtml1
|
||||
|
||||
Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),
|
||||
All Rights Reserved.
|
||||
@ -14,7 +14,7 @@
|
||||
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
|
||||
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
SYSTEM "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
||||
SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
||||
|
||||
$Revision: 1.2 $
|
||||
$Date: 2002/08/01 18:37:55 $
|
||||
@ -274,7 +274,7 @@
|
||||
<!ATTLIST html
|
||||
%i18n;
|
||||
id ID #IMPLIED
|
||||
xmlns %URI; #FIXED 'https://www.w3.org/1999/xhtml'
|
||||
xmlns %URI; #FIXED 'http://www.w3.org/1999/xhtml'
|
||||
>
|
||||
|
||||
<!--================ Document Head =======================================-->
|
||||
|
Reference in New Issue
Block a user