From f871cd150735457d2aa3b4b5664d19cc9993166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Quatannens?= Date: Tue, 14 May 2013 15:05:34 +0300 Subject: [PATCH 1/2] Book/Doctrine Minor fix Fixing bad copy/paste ("yaml" => "xml"). I'm checking/updating French doc so I see everything (or almost) ;) --- book/doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/doctrine.rst b/book/doctrine.rst index a786c2c931e..e9d09d5b784 100644 --- a/book/doctrine.rst +++ b/book/doctrine.rst @@ -1462,7 +1462,7 @@ and ``nullable``. Take a few examples: Date: Tue, 21 May 2013 20:19:48 +0300 Subject: [PATCH 2/2] Update dom_crawler.rst --- components/dom_crawler.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index e4457f8125a..80918b48e76 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -10,7 +10,10 @@ The DomCrawler Component .. note:: While possible, the DomCrawler component is not designed for manipulation - of the DOM or re-dumping HTML/XML. + of the DOM or re-dumping HTML/XML. However the DomCrawler will attempt to + automatically fix your HTML to match the official specification. Take note + about this behaviour as you could be working with a different DOM after it + has been parsed with the DomCrawler. Installation ------------