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]
Other format: [Raw text]

Patch: FYI: done.html HTML fixes


Gerald's checking script points out that I am lazy when writing HTML.
Patch appended.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* done.html: HTML correctness fix.

Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.39
diff -u -r1.39 done.html
--- done.html 8 Jan 2004 19:12:51 -0000 1.39
+++ done.html 8 Jan 2004 19:16:35 -0000
@@ -233,16 +233,16 @@
       <tr valign="top">
         <td><b><a href="http://www.accesspdf.com/pdftk";>pdftk</a></b></td>
 
-	<td>If PDF is electronic paper, then pdftk is an electronic
+	<td><p>If PDF is electronic paper, then pdftk is an electronic
 	  staple-remover, hole-punch, binder, secret-decoder-ring, and
 	  X-Ray-glasses. Pdftk is a useful tool for handling PDF
 	  documents. Every PDF user should have one in the top drawer
-	  of his/her desktop.
-	  <p>
-	    Pdftk is also an example of how to use a library of Java
+	  of his/her desktop.</p>
+
+	    <p>Pdftk is also an example of how to use a library of Java
 	    classes in a stand-alone C++ program. Specifically, it
 	    demonstrates how GCJ and CNI allows C++ code to use
-	    iText's (itext-paulo) Java classes.
+	    iText's (itext-paulo) Java classes.</p>
 	</td>
 
 	<td><a href="mailto:ssteward@accesspdf.com";>Sid Steward</a></td>


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