mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix example titles
Patch provided by anon user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340550 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eabef7a4ef
commit
b7d6413785
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Creating a directory on a remote server</title>
|
||||
<title>Changing the mode of a file on a remote server</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Executing a command</title>
|
||||
<title>Requesting an interactive shell</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue