mirror of https://github.com/scrapy/scrapy.git
fix indentation issue
This commit is contained in:
parent
10f8c52f5d
commit
bc67cd9edd
|
|
@ -323,7 +323,7 @@ use Firefox Developer Tools or some Firefox extensions like Firebug. For more
|
|||
information see :ref:`topics-firebug` and :ref:`topics-firefox`.
|
||||
|
||||
After inspecting the page source, you'll find that every quote in the website
|
||||
is inside a separate ``<div class="quote">`` element, such as:
|
||||
is inside a separate ``<div class="quote">`` element, such as::
|
||||
|
||||
<div class="quote">
|
||||
<span class="text">“We accept the love we think we deserve.”</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue