Last active
August 29, 2015 14:19
-
-
Save mythril/1ff122aee9e5bc9d5abc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
 | |
This was caused by a product having a title with HTML in it, specifically the <title> tag, | |
here is the offending snippet: | |
```xml | |
<item> | |
<title>Edward 1</g:quantity> | |
<g:availability>in stock</g:availability> | |
<g:brand>Safari Limited</g:brand> | |
<g:mpn>820229</g:mpn> | |
<g:upc>095866820206</g:upc> | |
<g:product_type>Toys & Games > Pretend Play</g:product_type> | |
<g:product_type>Toys & Games > Science & Nature</g:product_type> | |
<g:product_type>Toys & Games > Supplies</g:product_type> | |
<g:product_type>Toys & Games > Collectibles</g:product_type> | |
</item> | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment