[DOC-CVS] [doc-en] master: Partial revert of 4dbc737
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-09T02:07:17Z
Commit: https://github.com/php/doc-en/commit/83286b1ab69b6857e0a4e5d321ff6f2fb75bc253
Raw diff: https://github.com/php/doc-en/commit/83286b1ab69b6857e0a4e5d321ff6f2fb75bc253.diff
Partial revert of 4dbc737
No a para tag is actually needed here because programlisting is a block element
Changed paths:
M reference/mongodb/configure.xml
Diff:
diff --git a/reference/mongodb/configure.xml b/reference/mongodb/configure.xml
index a692a08eda35..3173ba581c1e 100644
--- a/reference/mongodb/configure.xml
+++ b/reference/mongodb/configure.xml
@@ -9,14 +9,14 @@
&pecl.moving.to.pie;
- <simpara>
+ <para>
To install the MongoDB extension using PIE, run the following command:
<programlisting role="shell">
<![CDATA[
pie install mongodb/mongodb-extension
]]>
</programlisting>
- </simpara>
+ </para>
</section>