dilbert-rss
dilbert-rss copied to clipboard
'http:' prefix missing on image source URL
The Dilbert site is returning image source URLs without an 'http:' prefix. This causes blank images in my reader. Suggest changing line #24 to read:
description = "<a href='" + url + "'><img src='http:" + str(img) + "' /></a>",