[DOC-CVS] [doc-en] master: svm: remove useless wrapping para tag around XML note entity
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-25T16:26:24Z
Commit: https://github.com/php/doc-en/commit/9c0ef76f75541c95cd3c2a031f132a002ea30091
Raw diff: https://github.com/php/doc-en/commit/9c0ef76f75541c95cd3c2a031f132a002ea30091.diff
svm: remove useless wrapping para tag around XML note entity
Changed paths:
M reference/svm/book.xml
Diff:
diff --git a/reference/svm/book.xml b/reference/svm/book.xml
index e1ee6d614f3c..62b211c79767 100644
--- a/reference/svm/book.xml
+++ b/reference/svm/book.xml
@@ -9,8 +9,8 @@
<preface xml:id="intro.svm">
&reftitle.intro;
+ &warn.experimental;
<para>
- &warn.experimental;
LibSVM is an efficient solver for SVM classification and regression problems.
The svm extension wraps this in a PHP interface for easy use in PHP scripts.
</para>