This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

PATCH: htdocs/java/index.html


Without this change the title used to read: "GCJ: The GNU Compiler for
Java: Home Page - GNU Project - Free Software Foundation (FSF)".

Installed.

Gerald

2003-10-31  Gerald Pfeifer  <gerald@pfeifer.com>

	* index.html: Shorten <title>.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.133
diff -u -3 -p -r1.133 index.html
--- index.html	5 Sep 2003 01:43:10 -0000	1.133
+++ index.html	30 Oct 2003 23:49:32 -0000
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>GCJ: The GNU Compiler for Java: Home Page</title>
+<title>GCJ: The GNU Compiler for Java</title>
 </head>

 <body>


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