Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8e7e803

Browse filesBrowse 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
Copy full SHA for 8e7e803

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎components/dom_crawler.rst

Copy file name to clipboardExpand all lines: components/dom_crawler.rst
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.