svn: /pear/peardoc/trunk/en/package/mail/mail-mime/ addhtmlimage.xml
[email protected] (Alexey Borzov) Sun, 30 Oct 2011 14:47:05 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
avb Sun, 30 Oct 2011 14:47:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=318597
Log:
Fix errors preventing build of manual
Changed paths:
U pear/peardoc/trunk/en/package/mail/mail-mime/addhtmlimage.xml
Modified: pear/peardoc/trunk/en/package/mail/mail-mime/addhtmlimage.xml
===================================================================
--- pear/peardoc/trunk/en/package/mail/mail-mime/addhtmlimage.xml 2011-10-30 12:24:29 UTC (rev 318596)
+++ pear/peardoc/trunk/en/package/mail/mail-mime/addhtmlimage.xml 2011-10-30 14:47:05 UTC (rev 318597)
@@ -28,7 +28,7 @@
</paramdef>
<paramdef choice="opt">
string <parameter>$content_id</parameter>
- <initializer>&null;</initializer>
+ <initializer>null</initializer>
</paramdef>
</funcprototype>
</funcsynopsis>
@@ -73,8 +73,8 @@
<parameter>string $content_id</parameter> - The Content-ID value to use
for the embedded image. A &null; value will generate a suitably unique Content-ID.
When referencing the embedded image with an <img> tag, set
- the &guot;src&guot; attribute to be &guot;cid:whatever&guot;, where
- &guot;whatever&guot; is the Content-ID.
+ the "src" attribute to be "cid:whatever", where
+ "whatever" is the Content-ID.
</para>
</listitem>
</itemizedlist>
@@ -145,4 +145,4 @@
</link>
</para>
</refsection>
- </refentry>
\ No newline at end of file
+ </refentry>