[DOC-CVS] [doc-en] master: Following up GH-5052 for markup nits
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-09T01:54:05Z
Commit: https://github.com/php/doc-en/commit/4dbc737cee7344120a4baf242b127c2b0713f3d1
Raw diff: https://github.com/php/doc-en/commit/4dbc737cee7344120a4baf242b127c2b0713f3d1.diff
Following up GH-5052 for markup nits
Changed paths:
M reference/mongodb/configure.xml
Diff:
diff --git a/reference/mongodb/configure.xml b/reference/mongodb/configure.xml
index 109f1b595681..a692a08eda35 100644
--- a/reference/mongodb/configure.xml
+++ b/reference/mongodb/configure.xml
@@ -9,14 +9,14 @@
&pecl.moving.to.pie;
- <para>
+ <simpara>
To install the MongoDB extension using PIE, run the following command:
<programlisting role="shell">
- <![CDATA[
+<![CDATA[
pie install mongodb/mongodb-extension
]]>
</programlisting>
- </para>
+ </simpara>
</section>