소스 검색

[ZF-8766] Sample code error - missing comma after setting label

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20212 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 년 전
부모
커밋
90cac9152c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      documentation/manual/en/module_specs/Zend_Form-StandardElements.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Form-StandardElements.xml

@@ -104,7 +104,7 @@ $element = new Zend_Form_Element_Captcha('foo', array(
 
 // Using both captcha and captchaOptions:
 $element = new Zend_Form_Element_Captcha('foo', array(
-    'label' => "Please verify you're a human"
+    'label' => "Please verify you're a human",
     'captcha' => 'Figlet',
     'captchaOptions' => array(
         'captcha' => 'Figlet',