Просмотр исходного кода

[ZF-7695] Zend_Filter:

- fixed example

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17848 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
091865ff57
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Filter.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Filter.xml

@@ -101,7 +101,7 @@ echo Zend_Filter::filterStatic('&', 'HtmlEntities');
             are needed for the filter class.
 
             <programlisting language="php"><![CDATA[
-echo Zend_Filter::filterStatic('"', 'HtmlEntities', array(ENT_QUOTES));
+echo Zend_Filter::filterStatic('"', 'HtmlEntities', array('quotestyle' => ENT_QUOTES));
 ]]></programlisting>
 
         </para>