Skip to content

Commit 1c7eb79

Browse files
javiereguiluzwouterj
authored andcommitted
Minor improvement in the DomCrawler + HTML5 explanation
1 parent 3f83193 commit 1c7eb79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dom_crawler.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ tree.
7474

7575
If you need better support for HTML5 contents or want to get rid of the
7676
inconsistencies of PHP's DOM extension, install the `html5-php library`_.
77-
The DomCrawler component uses it automatically when available.
77+
The DomCrawler component will use it automatically when the content has
78+
an HTML5 doctype.
7879

7980
.. versionadded:: 4.3
8081

0 commit comments

Comments
 (0)