8000 minor #11316 Minor improvement in the DomCrawler + HTML5 explanation … · symfony/symfony-docs@8e7e803 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e7e803

Browse files
committed
minor #11316 Minor improvement in the DomCrawler + HTML5 explanation (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #11316). Discussion ---------- Minor improvement in the DomCrawler + HTML5 explanation Minor improvement according to @tgalopin comments in symfony/symfony#30892. Commits ------- 1c7eb79 Minor improvement in the DomCrawler + HTML5 explanation
2 parents ddfd4e6 + 1c7eb79 commit 8e7e803

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)
0