mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fixing html code-block
This commit is contained in:
@@ -52,7 +52,7 @@ After a quick analysis, we see that in our page the data is contained in
|
|||||||
two elements - one is a div with title 'buyer-name' and the other is a
|
two elements - one is a div with title 'buyer-name' and the other is a
|
||||||
span with class 'item-price':
|
span with class 'item-price':
|
||||||
|
|
||||||
.. code-bloc:: html
|
::
|
||||||
|
|
||||||
<div title="buyer-name">Carson Busses</div>
|
<div title="buyer-name">Carson Busses</div>
|
||||||
<span class="item-price">$29.95</span>
|
<span class="item-price">$29.95</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user