PATCH: htdocs/style.mhtml

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Wed Oct 17 12:29:00 GMT 2001


Use lower-case <head>, <meta> and <body> tags. XHTML-ize the <meta> tag.

Installed.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.13
diff -u -3 -p -r1.13 style.mhtml
--- style.mhtml	2001/08/24 13:38:40	1.13
+++ style.mhtml	2001/10/17 19:28:36
@@ -20,12 +20,12 @@

 <define-container HEAD>
 <verbatim>
-<HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 </verbatim>
 %body
 <verbatim>
-</HEAD>
+</head>
 </verbatim>
 </define-container>

@@ -42,7 +42,7 @@

 <define-container BODY>
 <verbatim>
-<BODY BGCOLOR="white" TEXT="black" LINK="#0000EE" VLINK="#551A8B" ALINK="red">
+<body bgcolor="white" text="black" link="#0000EE" vlink="#551A8B" alink="red">
 </verbatim>

 %body
@@ -72,7 +72,7 @@ permitted in any medium, provided this n
 </address>

 <verbatim>
-</BODY>
+</body>
 </verbatim>
 </define-container>




More information about the Gcc-patches mailing list