This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Web headers


As I said before, there are some minor bugs with the headers that are 
automatically inserted in the web pages.
I think they come from wwwdocs/htdocs/style.mhtml.
So, here's a patch that should fix that.

After soem more browsing, I've seen that this "error" is quite common in 
the gcc pages, ie. ending
   <meta ...
with
   ... />
instead of
   ... >
I'm not an HTML serious user - is there any particular reason for it ?

fwyzard


Index: style.mhtml
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.19
diff -c -3 -p -r1.19 style.mhtml
*** style.mhtml 7 Jan 2002 14:01:26 -0000       1.19
--- style.mhtml 14 Jan 2002 01:36:34 -0000
***************
*** 21,28 ****
   <define-container HEAD>
   <verbatim>
   <head>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
! <link rev="made" href="mailto:gcc@gcc.gnu.org"; />
   </verbatim>
   %body
   <verbatim>
--- 21,28 ----
   <define-container HEAD>
   <verbatim>
   <head>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
! <link rev="made" href="mailto:gcc@gcc.gnu.org"; >
   </verbatim>
   %body
   <verbatim>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]