This is the mail archive of the gcc-patches@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]

remove extra <p> tag from contribute.html


Howdy,

The attached patch drops a <p> tag from contribute.html.  Without
the patch, there is a space before the last item in the list of
necessities for patch submission (in Mozilla, though not in IE).  

Matt
Index: htdocs/contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.31
diff -c -3 -r1.31 contribute.html
*** contribute.html	2000/12/04 14:26:19	1.31
--- contribute.html	2001/05/17 14:40:45
***************
*** 69,75 ****
         A full GCC testsuite run is also required.   With your patch, provide a 
         list of hosts where the GCC testsuite was run, including an 
         analysis of any regressions.
!   <li> <p>The patch itself.  If you are accessing the <a href="cvs.html">
         CVS repository</a> at gcc.gnu.org, use 
         &quot;<code>cvs update; cvs diff -c3p</code>&quot;; else, use 
         &quot;<code>diff -c3p OLD NEW</code>&quot; or 
--- 69,75 ----
         A full GCC testsuite run is also required.   With your patch, provide a 
         list of hosts where the GCC testsuite was run, including an 
         analysis of any regressions.
!   <li> The patch itself.  If you are accessing the <a href="cvs.html">
         CVS repository</a> at gcc.gnu.org, use 
         &quot;<code>cvs update; cvs diff -c3p</code>&quot;; else, use 
         &quot;<code>diff -c3p OLD NEW</code>&quot; or 

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