Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions language/basic-syntax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
</example>
</para>

<para>
Short tags (example three) are available by default but can be disabled
<simpara>
Short tags (the third line in the example above) are available by default but can be disabled
either via the <link linkend="ini.short-open-tag">short_open_tag</link>
&php.ini; configuration file directive, or are disabled by default if
PHP is built with the <option>--disable-short-tags</option> configuration.
</para>
</simpara>
<para>
<note>
<para>
Expand Down