[DOC-CVS] [doc-en] master: sync: fix XML to remove useless wrapping para tags via script
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias) Date: 2026-01-25T15:10:43Z Commit: https://github.com/php/doc-en/commit/0aba4b20cc0b96b2c7672d246a7d93ea2fff8335 Raw diff: https://github.com/php/doc-en/commit/0aba4b20cc0b96b2c7672d246a7d93ea2fff8335.diff sync: fix XML to remove useless wrapping para tags via script Changed paths: M reference/sync/syncevent/construct.xml Diff: diff --git a/reference/sync/syncevent/construct.xml b/reference/sync/syncevent/construct.xml index 2ea8a15fa0aa..fc6b23d4e344 100644 --- a/reference/sync/syncevent/construct.xml +++ b/reference/sync/syncevent/construct.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> - -<refentry xml:id="syncevent.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="syncevent.construct"> <refnamediv> <refname>SyncEvent::__construct</refname> <refpurpose>Constructs a new SyncEvent object</refpurpose> @@ -104,28 +103,26 @@ $event->wait(); <refsect1 role="changelog"> &reftitle.changelog; - <para> - <informaltable> - <tgroup cols="2"> - <thead> - <row> - <entry>&Version;</entry> - <entry>&Description;</entry> - </row> - </thead> - <tbody> - <row> - <entry>PECL sync 1.1.0</entry> - <entry> - <para> - Added <parameter>prefire</parameter>. - </para> - </entry> - </row> - </tbody> - </tgroup> - </informaltable> - </para> + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>&Version;</entry> + <entry>&Description;</entry> + </row> + </thead> + <tbody> + <row> + <entry>PECL sync 1.1.0</entry> + <entry> + <para> + Added <parameter>prefire</parameter>. + </para> + </entry> + </row> + </tbody> + </tgroup> + </informaltable> </refsect1> <refsect1 role="seealso"> @@ -138,7 +135,6 @@ $event->wait(); </refsect1> </refentry> - <!-- Keep this comment at the end of the file Local variables: mode: sgml