Skip to content

Commit

Permalink
Fix html product-ref.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanprado committed Feb 6, 2019
1 parent c410a1b commit dc607fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/samples/schema.org/product-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<div id="product" itemscope itemtype="http://schema.org/Product" itemref="other-product-properties more-properties related_products">
<span itemprop="brand">ACME</span>
<span itemprop="name">Executive Anvil</span>
<img itemprop="image" src=" anvil_executive.jpg
" alt="Executive Anvil logo" />
<img itemprop="image" src=" anvil_executive.jpg" alt="Executive Anvil logo"/>
<span itemprop="description">Sleeker than ACME's Classic Anvil, the
Executive Anvil is perfect for the business traveler
looking for something to drop from a height.
Expand Down Expand Up @@ -52,7 +51,5 @@
<img itemprop="image" src="rel-prod-2.jpg">
</div>
</div>

</div>
</body>
</html>

0 comments on commit dc607fb

Please sign in to comment.