Tofitos / google-blog-converters-appengine

Automatically exported from code.google.com/p/google-blog-converters-appengine
Apache License 2.0
0 stars 0 forks source link

Replaces &lt; contents in blockquote tag to < #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Choose a Blogger Export file
2. Convert it to Wordpress format
3. See the output

What is the expected output? What do you see instead?
Expected :

<blockquote>
 &lt;script&gt;alert();&lt;/script&gt;
</blockquote>

Seen Instead :

<blockquote>
 <script>alert();</script>
</blockquote>

What version of the product are you using? On what operating system?
Ubuntu 10.04 google-blog-converters-1.0-r64 version

Please provide any additional information below.

Original issue reported on code.google.com by subins2...@gmail.com on 8 Nov 2013 at 5:26