aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@unknown>1999-11-23 12:01:40 +0000
committerbrian <brian@unknown>1999-11-23 12:01:40 +0000
commitfcc0954359c3dca5843a9c2ba24d3f0628fd717f (patch)
treeca9b70ebf2696c3dba5c49a7fde381ca6e8439ac
parenta5f6fbde490c6934cae7850f728c27bdeeb31b2e (diff)
downloadxmlgraphics-fop-fcc0954359c3dca5843a9c2ba24d3f0628fd717f.tar.gz
xmlgraphics-fop-fcc0954359c3dca5843a9c2ba24d3f0628fd717f.zip
This is a fix that James Tauber made right as I was moving the CVS
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
-rw-r--r--src/org/apache/fop/pdf/PDFPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/fop/pdf/PDFPage.java b/src/org/apache/fop/pdf/PDFPage.java
index 5d623d735..863222f5c 100644
--- a/src/org/apache/fop/pdf/PDFPage.java
+++ b/src/org/apache/fop/pdf/PDFPage.java
@@ -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" +