[DOC-CVS] [doc-en] master: Wrap listitem in para tag

[email protected] (narkunan via Jordi Kroon) Sun, 17 May 2026 19:56:51 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: narkunan (Narkunan)
Committer: Jordi Kroon (jordikroon)
Date: 2026-05-17T21:51:40+02:00

Commit: https://github.com/php/doc-en/commit/65c33d8869fb7cafa4281974a87116e275ec7c24
Raw diff: https://github.com/php/doc-en/commit/65c33d8869fb7cafa4281974a87116e275ec7c24.diff

Wrap listitem in para tag

Changed paths:
  M  reference/errorfunc/ini.xml


Diff:

diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml
index 16b8cc242155..a2adb57ff1c6 100644
--- a/reference/errorfunc/ini.xml
+++ b/reference/errorfunc/ini.xml
@@ -213,22 +213,22 @@
      </para>
      <itemizedlist>
          <listitem>
-           Off = Do not display any errors
+           <para>Off = Do not display any errors</para>
          </listitem>
          <listitem>
-          stderr = Display errors to <literal>STDERR</literal> (affects only CGI/CLI binaries!)
+          <para>stderr = Display errors to <literal>STDERR</literal> (affects only CGI/CLI binaries!)</para>
           </listitem>
          <listitem>
-           On or stdout = Display errors to <literal>STDOUT</literal>
+          <para> On or stdout = Display errors to <literal>STDOUT</literal></para>
          </listitem>
          <listitem>
-           Default Value: On
+          <para> Default Value: On</para>
          </listitem>
          <listitem>
-          Development Value: On
+          <para>Development Value: On</para>
          </listitem>
          <listitem>
-           Production Value: Off
+           <para>Production Value: Off</para>
          </listitem>
        </itemizedlist>
      <para>