| Issue 7: | Add html to description? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. I'd like to add an image to my description.
2. My description like looks like this: item["description"] = "<img src='" + img + "'> " + ' '.join(article.text.split("\n")[1:])
What is the expected output? What do you see instead?
I expect:
<description><img src='http://foo.com/nxwquMosquito.png> Safety tips to..
I get:
<description><img src='http://foo.com/nxwquMosquito.png'> Safety tips to..
Linux, Python 2.7
|