Browse Source

[DOCUMENTATION] English : maybe lack verb

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18892 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
4aba898201
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/manual/en/module_specs/Zend_View-Introduction.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_View-Introduction.xml

@@ -193,7 +193,7 @@ base/path/
             <code>&lt;?=</code>), as they make the view scripts slightly less verbose. However, the
             <code>&lt;?=</code>), as they make the view scripts slightly less verbose. However, the
             default for the <filename>php.ini</filename> <constant>short_open_tag</constant> setting
             default for the <filename>php.ini</filename> <constant>short_open_tag</constant> setting
             is typically off in production or on shared hosts -- making their use not terribly
             is typically off in production or on shared hosts -- making their use not terribly
-            portable. If you template <acronym>XML</acronym> in view scripts, short
+            portable. If you use template <acronym>XML</acronym> in view scripts, short
             open tags will cause the templates to fail validation. Finally, if you use short tags
             open tags will cause the templates to fail validation. Finally, if you use short tags
             when <constant>short_open_tag</constant> is off, the view scripts will either cause
             when <constant>short_open_tag</constant> is off, the view scripts will either cause
             errors or simply echo PHP code back to the viewer.
             errors or simply echo PHP code back to the viewer.