mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
8e75f2a0e7
commit
9eb8014ce2
1 changed files with 8 additions and 10 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue