Skip to content

Commit fa67e21

Browse files
Fix reference to non-existent "example three" (php#5724)
* [skip-revcheck] Fix reference to non-existent "example three" The short tags paragraph referred to "example three", but the page only has a single <example> block containing three manually numbered code snippets, not three separate examples. Point to the third line of that example instead. Closes php#5685 Co-authored-by: Jordi Kroon <jordikroon@php.net>
1 parent 81593f0 commit fa67e21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

language/basic-syntax.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
</example>
4141
</para>
4242

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

0 commit comments

Comments
 (0)