replaced <, > with character entity

This commit is contained in:
overflowerror 2022-06-23 10:29:34 +02:00 committed by GitHub
parent ea3f3a185a
commit 8fa9188388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ Array
</screen>
</example>
<example xml:id="function.array-fill.example.neagtive">
<title>negative <parameter>start_index</parameter> (PHP < 8)</title>
<title>negative <parameter>start_index</parameter> (PHP &lt; 8)</title>
<programlisting role="php">
<![CDATA[
<?php
@ -134,7 +134,7 @@ Array
</screen>
</example>
<example xml:id="function.array-fill.example.negative8">
<title>negative <parameter>start_index</parameter> (PHP >= 8)</title>
<title>negative <parameter>start_index</parameter> (PHP &gt;= 8)</title>
<programlisting role="php">
<![CDATA[
<?php