]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
This is a fix that James Tauber made right as I was moving the CVS
authorbrian <brian@unknown>
Tue, 23 Nov 1999 12:01:40 +0000 (12:01 +0000)
committerbrian <brian@unknown>
Tue, 23 Nov 1999 12:01:40 +0000 (12:01 +0000)
hierarchy over.  His original commit message was:

  typo fixed in PDF produced that caused PDFs to be unreable

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193239 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/pdf/PDFPage.java

index 5d623d735b75a6e31389409e864614103b4f0d06..863222f5cb9a9150b05cb2f19d90df1cf745faae 100644 (file)
@@ -130,7 +130,7 @@ public class PDFPage extends PDFObject {
        StringBuffer sb = new StringBuffer();
 
        sb = sb.append(this.number + " " + this.generation + " obj\n" +
-               "<< / Type /Page\n" +
+               "<< /Type /Page\n" +
                "/Parent " + this.parent.referencePDF() + "\n" +
                "/MediaBox [ 0 0 " + this.pagewidth + " " +
                this.pageheight + " ]\n" +