This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

PATCH: libstdc++/header.ihtml


2000-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

        * header.ihtml: Fix markup error in bgcolor attribute. Remove
        blank lines and a disabled form.

Installed.

Gerald

Index: header.ihtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/header.ihtml,v
retrieving revision 1.4
diff -c -3 -p -r1.4 header.ihtml
*** header.ihtml	2000/11/17 23:02:29	1.4
--- header.ihtml	2000/11/17 23:26:59
***************
*** 1,5 ****
-
-
  <!-- ####################################################### -->
  <!-- Encloses everything. :-(  First row is the sigil; second row
       is the rest of the page (which is another table, blech).  That
--- 1,3 ----
***************
*** 10,16 ****
  <TABLE>
    <TR><TD VALIGN="TOP" ALIGN="LEFT">
    <P><SPAN CLASS="tocheader">libstdc++</SPAN> v3</P>
!   </TD></TR><TR><TD VALIGN="TOP" bgcolor=#EEEEEE>


  <!-- TOC (Navigation bar thingy) -->
--- 8,14 ----
  <TABLE>
    <TR><TD VALIGN="TOP" ALIGN="LEFT">
    <P><SPAN CLASS="tocheader">libstdc++</SPAN> v3</P>
!   </TD></TR><TR><TD VALIGN="TOP" bgcolor="#EEEEEE">


  <!-- TOC (Navigation bar thingy) -->
***************
*** 28,47 ****
      <A HREF="links.html">Links</A><BR>
      </TD></TR>

- <!--
-     <TR><TD COLSPAN=2></TD></TR>

-     <TR><TD COLSPAN=2><B>Get announcements:</B><BR><SMALL>
-     <FORM METHOD="get" ACTION="/cgi-bin/ml-request">
-     <INPUT TYPE="hidden" NAME="digest"    VALUE="off">
-     <INPUT TYPE="hidden" NAME="operation" VALUE="subscribe">
-     <INPUT TYPE="hidden" NAME="listname"  VALUE="libstdc++-announce">
-     <INPUT TYPE="text"   NAME="username"  VALUE="your e-mail address" size="20">
-     <BR><INPUT TYPE="submit" NAME="submit"    VALUE="Subscribe!">
-     </FORM>
-     </SMALL></TD></TR>
- -->
-
  </TABLE></TD><TD></TD><TD>
      <!-- Why another table for the actual stuff?  See JSM's insightful
           comments in the source of sources.redhat.com.
--- 26,32 ----
***************
*** 49,53 ****
      <TABLE><TR><TD>

  <!-- ####################################################### -->
-
-
--- 34,36 ----


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