mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Properly escape entity
The example value is supposed to be displayed as HTML entity, so we have to escape the ampersand. We also mark the example results as literals. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343155 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
119fb4697c
commit
ff2d928f5c
1 changed files with 2 additions and 2 deletions
|
@ -45,13 +45,13 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<literal>"long"</literal>: Output character code value (Example:
|
||||
U+3000, JIS+7E7E)
|
||||
<literal>U+3000</literal>, <literal>JIS+7E7E</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>"entity"</literal>: Output character entity (Example:
|
||||
Ȁ)
|
||||
<literal>&#x200;</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue