Skip to content

Commit a60ef65

Browse files
authored
fix role of codeblocks (php#4853)
1 parent ba7093c commit a60ef65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/mbstring/functions/mb-decode-numericentity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<para>
105105
<example>
106106
<title><parameter>map</parameter> example</title>
107-
<programlisting>
107+
<programlisting role="php">
108108
<![CDATA[
109109
<?php
110110
$convmap = array (

reference/mbstring/functions/mb-encode-numericentity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<para>
108108
<example>
109109
<title><parameter>map</parameter> example</title>
110-
<programlisting>
110+
<programlisting role="php">
111111
<![CDATA[
112112
<?php
113113
$convmap = array (

0 commit comments

Comments
 (0)