mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removed doubled reference to htmlspecialchars
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d8bbf9b646
commit
f9254963f8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.html-entity-decode">
|
||||
<refnamediv>
|
||||
|
@ -107,7 +107,7 @@ echo $c; // I'll "walk" the <b>dog</b> now
|
|||
See also <function>htmlentities</function>,
|
||||
<function>htmlspecialchars</function>,
|
||||
<function>get_html_translation_table</function>,
|
||||
<function>htmlspecialchars</function> and <function>urldecode</function>.
|
||||
and <function>urldecode</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue