mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix grossly misleading information
This patch has been provided by an anonymous user and solves an issue related to the presentation of <literals> which in this case are (nearly) undistinguishable from normal text. Actually, we should strive for a more general solution here, since there are similar issues in the return values section, and possibly in translations. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344926 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
164d8add7a
commit
bc4fedde59
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<para>
|
||||
Determines if the current <classname>DirectoryIterator</classname>
|
||||
item is a directory and either
|
||||
<literal>.</literal> or <literal>..</literal>.
|
||||
<literal>.</literal> or <literal>..</literal>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue