[DOC-CVS] [doc-en] master: Fix indentation and remove useless wrapping para tag (#4982)
[email protected] (Marcos Porto Mariño via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Marcos Porto Mariño (Marqitos)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2025-11-10T03:16:31Z
Commit: https://github.com/php/doc-en/commit/cd8b964b8566801265f0d287db6eb651f93be950
Raw diff: https://github.com/php/doc-en/commit/cd8b964b8566801265f0d287db6eb651f93be950.diff
Fix indentation and remove useless wrapping para tag (#4982)
Affects files:
- `features/persistent-connections.xml`
- `reference/datetime/examples.xml`
Changed paths:
M features/persistent-connections.xml
M reference/datetime/examples.xml
Diff:
diff --git a/features/persistent-connections.xml b/features/persistent-connections.xml
index 4b29d961195a..53259aa7d8d5 100644
--- a/features/persistent-connections.xml
+++ b/features/persistent-connections.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
- <chapter xml:id="features.persistent-connections" xmlns="http://docbook.org/ns/docbook">
- <title>Persistent Database Connections</title>
+<chapter xml:id="features.persistent-connections" xmlns="http://docbook.org/ns/docbook">
+ <title>Persistent Database Connections</title>
<simplesect>
<title>What are Persistent Connections?</title>
@@ -198,20 +198,18 @@
</simplesect>
<simplesect role="seealso" xml:id="persistent-connections.seealso">
- &reftitle.seealso;
- <para>
- <simplelist>
- <member><function>ibase_pconnect</function></member>
- <member><function>oci_pconnect</function></member>
- <member><function>odbc_pconnect</function></member>
- <member><function>pfsockopen</function></member>
- <member><function>pg_connect</function></member>
- <member><link linkend="mysqli.persistconns">MySQLi and Persistent Connections</link></member>
- <member><link linkend="pdo.connections">PDO Connection Management</link></member>
- </simplelist>
- </para>
- </simplesect>
- </chapter>
+ &reftitle.seealso;
+ <simplelist>
+ <member><function>ibase_pconnect</function></member>
+ <member><function>oci_pconnect</function></member>
+ <member><function>odbc_pconnect</function></member>
+ <member><function>pfsockopen</function></member>
+ <member><function>pg_connect</function></member>
+ <member><link linkend="mysqli.persistconns">MySQLi and Persistent Connections</link></member>
+ <member><link linkend="pdo.connections">PDO Connection Management</link></member>
+ </simplelist>
+ </simplesect>
+</chapter>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/datetime/examples.xml b/reference/datetime/examples.xml
index e8367cc54cb4..c58489eabed7 100644
--- a/reference/datetime/examples.xml
+++ b/reference/datetime/examples.xml
@@ -14,8 +14,8 @@
<example>
<title>DateTimeImmutable::add/sub add intervals which cover elapsed time</title>
<simpara>
- Adding PT24H over a DST transition will appear to add 23/25 hours (for
- most timezones).
+ Adding PT24H over a DST transition will appear to add 23/25 hours (for
+ most timezones).
</simpara>
<programlisting role="php">
<![CDATA[