diff options
author | Sashi20 | 2020-07-24 10:49:48 +0530 |
---|---|---|
committer | GitHub | 2020-07-24 10:49:48 +0530 |
commit | 5f329d6edfc14681f24f71d4d5c576c53ebe06de (patch) | |
tree | f9206fa3594e5f24930260041dd675d2896dc57b /pdf/fpdf/doc/image.htm | |
parent | d1a110bfcc83822afd3b19b5768de4d0d8dae269 (diff) | |
parent | 327f2b89a03717a0e1e6e102c51e547556a15ec9 (diff) | |
download | cfd_case_study-5f329d6edfc14681f24f71d4d5c576c53ebe06de.tar.gz cfd_case_study-5f329d6edfc14681f24f71d4d5c576c53ebe06de.tar.bz2 cfd_case_study-5f329d6edfc14681f24f71d4d5c576c53ebe06de.zip |
Merge pull request #15 from Sashi20/drupal_7.x
Modify certificate headers and update the FPDF version
Diffstat (limited to 'pdf/fpdf/doc/image.htm')
-rwxr-xr-x | pdf/fpdf/doc/image.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/fpdf/doc/image.htm b/pdf/fpdf/doc/image.htm index 66a35ee..53a4ec1 100755 --- a/pdf/fpdf/doc/image.htm +++ b/pdf/fpdf/doc/image.htm @@ -92,7 +92,7 @@ $pdf->Image('logo.png',10,10,-300); $pdf->Image('http://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World',60,30,90,0,'PNG');</code></pre>
</div>
<h2>See also</h2>
-<a href="addlink.htm">AddLink()</a>.
+<a href="addlink.htm">AddLink</a>
<hr style="margin-top:1.5em">
<div style="text-align:center"><a href="index.htm">Index</a></div>
</body>
|