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]

Re: java home page comes out blank


On Tue, Sep 10, 2002 at 11:07:39AM -0600, Tom Tromey wrote:
> >>>>> "Alberto" == Alberto Biancardi <alberto@vision.unipv.it> writes:
> 
> Alberto> until recently I could read the java home page
> Alberto> (http://gcc.gnu.org/java/) perfectly using Netscape 4.76; now
> Alberto> this page comes out totally white.  Is it a netscape bug?
> Alberto> The gcc home page is fine even on netscape ...
> 
> Unfortunately I don't have netscape, or I would debug this problem.
> Could you figure out how to fix the page so that it becomes visible
> again?

Fixed with this patch:

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.112
diff -u -r1.112 index.html
--- index.html	22 Aug 2002 15:45:37 -0000	1.112
+++ index.html	10 Sep 2002 17:16:50 -0000
@@ -249,6 +249,7 @@
 </td><td>
 <a href="old-news.html">Less recent GCJ news</a>
 </td></tr>
+</table>
 
 <!-- News entries end here -->
 
It's visible again.

Janis


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