Remove para from around example.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298191 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2010-04-20 00:06:04 +00:00
parent 8e75f2a0e7
commit 9eb8014ce2

View file

@ -59,10 +59,9 @@
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>date_diff</function> example</title>
<programlisting role="php">
<example>
<title><function>date_diff</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@ -73,15 +72,14 @@ echo $interval->format('%R%d days');
?>
]]>
</programlisting>
&example.outputs;
<screen>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
+2 days
]]>
</screen>
</example>
</para>
</screen>
</example>
</refsect1>
<refsect1 role="seealso">