Fixing position of <para> tag

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jonathan H. Wage 2010-05-19 20:45:56 +00:00
parent 59e9f400e0
commit 4ae803bb91
2 changed files with 6 additions and 6 deletions

View file

@ -59,10 +59,10 @@
$profile = $db->getDBRef($ref);
?>
]]>
<para>
See <function>MongoDB::createDBRef</function> for more information about how to programatically create DB references.
</para>
</programlisting>
<para>
See <function>MongoDB::createDBRef</function> for more information about how to programatically create DB references.
</para>
</example>
</refsect1>
</refentry>

View file

@ -60,10 +60,10 @@ $download = $downloads->findOne('filename.tgz'); // instance of MongoGridFSFile
print_r($download);
?>
]]>
<para>
See <classname>MongoGridFSFile</classname> for more information about how to work with files.
</para>
</programlisting>
<para>
See <classname>MongoGridFSFile</classname> for more information about how to work with files.
</para>
&example.outputs.similar;
<screen>
<![CDATA[