mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Informalexample isn't allwoed in a simpara.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27870 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bdefbeb6bb
commit
a58934a426
1 changed files with 7 additions and 5 deletions
|
@ -1217,12 +1217,14 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp))
|
|||
Then you can use an URL like the one below to display a colorized
|
||||
version of a script located in "/path/to/script.php"
|
||||
in your web site.
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
http://your.server.com/source/path/to/script.php
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</simpara>
|
||||
<para>
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
http://your.server.com/source/path/to/script.php
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue