[DOC-CVS] [doc-en] master: fileinfo: fix XML to get remove of useless wrapping para tags - pass2
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias) Date: 2026-01-16T05:50:57Z Commit: https://github.com/php/doc-en/commit/57a9b231b1b5b7152a3232d51aa26f51c0c14b41 Raw diff: https://github.com/php/doc-en/commit/57a9b231b1b5b7152a3232d51aa26f51c0c14b41.diff fileinfo: fix XML to get remove of useless wrapping para tags - pass2 Changed paths: M reference/fileinfo/functions/finfo-buffer.xml M reference/fileinfo/functions/finfo-file.xml M reference/fileinfo/functions/mime-content-type.xml Diff: diff --git a/reference/fileinfo/functions/finfo-buffer.xml b/reference/fileinfo/functions/finfo-buffer.xml index d099e61a40c9..c52d78581771 100644 --- a/reference/fileinfo/functions/finfo-buffer.xml +++ b/reference/fileinfo/functions/finfo-buffer.xml @@ -119,11 +119,9 @@ application/x-sh; charset=us-ascii <refsect1 role="seealso"> &reftitle.seealso; - <para> - <simplelist> - <member><function>finfo_file</function></member> - </simplelist> - </para> + <simplelist> + <member><function>finfo_file</function></member> + </simplelist> </refsect1> </refentry> diff --git a/reference/fileinfo/functions/finfo-file.xml b/reference/fileinfo/functions/finfo-file.xml index 18e5d4268d62..366fe3f11a71 100644 --- a/reference/fileinfo/functions/finfo-file.xml +++ b/reference/fileinfo/functions/finfo-file.xml @@ -125,11 +125,9 @@ application/vnd.ms-excel <refsect1 role="seealso"> &reftitle.seealso; - <para> - <simplelist> - <member><function>finfo_buffer</function></member> - </simplelist> - </para> + <simplelist> + <member><function>finfo_buffer</function></member> + </simplelist> </refsect1> </refentry> diff --git a/reference/fileinfo/functions/mime-content-type.xml b/reference/fileinfo/functions/mime-content-type.xml index 00f8b6d8a83d..ab4a9b4a37e4 100644 --- a/reference/fileinfo/functions/mime-content-type.xml +++ b/reference/fileinfo/functions/mime-content-type.xml @@ -70,12 +70,10 @@ text/plain <refsect1 role="seealso"> &reftitle.seealso; - <para> - <simplelist> - <member><function>finfo_file</function></member> - <member><function>finfo_buffer</function></member> - </simplelist> - </para> + <simplelist> + <member><function>finfo_file</function></member> + <member><function>finfo_buffer</function></member> + </simplelist> </refsect1> </refentry> <!-- Keep this comment at the end of the file