From f56aef99c231e954387e59d6c5dffe500a2b21ca Mon Sep 17 00:00:00 2001 From: Rahul Kant Date: Mon, 7 Nov 2016 17:49:22 +0530 Subject: [PATCH] Add closing tag in --- docs/topics/firefox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/firefox.rst b/docs/topics/firefox.rst index beda3b8db..0cf45861a 100644 --- a/docs/topics/firefox.rst +++ b/docs/topics/firefox.rst @@ -17,7 +17,7 @@ when inspecting the page source is not the original HTML, but a modified one after applying some browser clean up and executing Javascript code. Firefox, in particular, is known for adding ```` elements to tables. Scrapy, on the other hand, does not modify the original page HTML, so you won't be able to -extract any data if you use ```` in your XPath expressions. Therefore, you should keep in mind the following things when working with Firefox and XPath: