Fixing html code-block

This commit is contained in:
sirMackk
2012-12-31 10:39:25 -05:00
parent 83c9cba2a3
commit a22a6e92fa
+1 -1
View File
@@ -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
span with class 'item-price':
.. code-bloc:: html
::
<div title="buyer-name">Carson Busses</div>
<span class="item-price">$29.95</span>