bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 140 forks source link

[issue #547] fixed decoding issue of bookmark title #548

Closed AnishShah closed 9 years ago

AnishShah commented 9 years ago

I have fixed the decoding issue. I have made changes in bookmark HTML files for testing. lxml.etree decodes HTML/XML entities on its own. So, I didn't make any changes in the testcase.

Please tell me if any changes are needed?

mitechie commented 9 years ago

Thanks, this looks really solid. Tests pass and lint is clean. Merging.