We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32faf96 commit 4094b55Copy full SHA for 4094b55
components/dom_crawler.rst
@@ -162,9 +162,10 @@ The crawler supports multiple ways of adding the content::
162
163
.. note::
164
165
- When dealing with other character sets than ISO-8859-1, always add HTML content
166
- using the addHTMLContent method where you can specify the second parameter
167
- to be your target character set.
+ When dealing with character sets other than ISO-8859-1, always add HTML
+ content using the :method:`Symfony\\Component\\DomCrawler\\Crawler::addHTMLContent``
+ method where you can specify the second parameter to be your target character
168
+ set.
169
170
As the Crawler's implementation is based on the DOM extension, it is also able
171
to interact with native :phpclass:`DOMDocument`, :phpclass:`DOMNodeList`
0 commit comments