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

Re: Documenting what changed since 4.0 (gcj core libraries)


On Mon, 2006-02-06 at 13:09 +0100, Mark Wielaard wrote:
> Attached is the diff that I will commit. Thanks for the review!

Oops. My last closing <ul> tag was actually an opening tag. And I missed
one closing <code> tag. Apologies. Fixed as follows:

       * htdocs/gcc-4.1/changes.html (Java): Close code and ul tags.

Committed as obvious.

Cheers,

Mark
Index: htdocs/gcc-4.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/changes.html,v
retrieving revision 1.13
diff -u -r1.13 changes.html
--- htdocs/gcc-4.1/changes.html	6 Feb 2006 12:15:02 -0000	1.13
+++ htdocs/gcc-4.1/changes.html	6 Feb 2006 12:21:52 -0000
@@ -303,7 +303,7 @@
 	    <li>Lots of icons and look and feel improvements for Free
 	    Swing basic and metal themes were added.  Try running the
 	    GNU Classpath Swing Demo in examples
-	    (<code>gnu.classpath.examples.swing.Demo<code>) with:
+	    (<code>gnu.classpath.examples.swing.Demo</code>) with:
 	    <code>-Dswing.defaultlaf=javax.swing.plaf.basic.BasicLookAndFeel</code>
 	    or
 	    <code>-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel</code></li>
@@ -485,7 +485,7 @@
 	</li>
       </ul>
     </li>
-  <ul>
+  </ul>
 <h2>New Targets and Target Specific Improvements</h2>
 
 <h3>IA-32/x86-64</h3>

Attachment: signature.asc
Description: This is a digitally signed message part


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