|
|
@@ -193,7 +193,7 @@ base/path/
|
|
|
<code><?=</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
|
|
|
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
|
|
|
when <constant>short_open_tag</constant> is off, the view scripts will either cause
|
|
|
errors or simply echo PHP code back to the viewer.
|