summaryrefslogtreecommitdiff
path: root/pdf/fpdf/doc/acceptpagebreak.htm
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/fpdf/doc/acceptpagebreak.htm')
-rw-r--r--[-rwxr-xr-x]pdf/fpdf/doc/acceptpagebreak.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/fpdf/doc/acceptpagebreak.htm b/pdf/fpdf/doc/acceptpagebreak.htm
index 810aabd..1b2d3ea 100755..100644
--- a/pdf/fpdf/doc/acceptpagebreak.htm
+++ b/pdf/fpdf/doc/acceptpagebreak.htm
@@ -52,11 +52,11 @@ $pdf = new PDF();
$pdf->AddPage();
$pdf->SetFont('Arial','',12);
for($i=1;$i<=300;$i++)
- $pdf->Cell(0,5,"Line $i",0,1);
+ $pdf->Cell(0,5,"Line $i",0,1);
$pdf-&gt;Output();</code></pre>
</div>
<h2>See also</h2>
-<a href="setautopagebreak.htm">SetAutoPageBreak()</a>.
+<a href="setautopagebreak.htm">SetAutoPageBreak</a>
<hr style="margin-top:1.5em">
<div style="text-align:center"><a href="index.htm">Index</a></div>
</body>