mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #72921: The characters #& are not correctly displayed in the used font "Fira Sans"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339925 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
15bae4a24d
commit
d355f93c42
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</para>
|
||||
<para>
|
||||
Following characters are preceded by a backslash:
|
||||
<literal>#&;`|*?~<>^()[]{}$\</literal>, <literal>\x0A</literal>
|
||||
<literal>&#;`|*?~<>^()[]{}$\</literal>, <literal>\x0A</literal>
|
||||
and <literal>\xFF</literal>. <literal>'</literal> and <literal>"</literal>
|
||||
are escaped only if they are not paired. In Windows, all these characters
|
||||
plus <literal>%</literal> and <literal>!</literal> are replaced by a space instead.
|
||||
|
|
Loading…
Reference in a new issue