psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

Attribute with space in the end is not trimmed #85

Closed LoileeBooz closed 1 year ago

LoileeBooz commented 5 years ago

Example : <a href =\"/path/en_HK.html\" target=\"_blank\">our website

Need to use tag.attributes["href "] with space instead of tag.attributes["href"]

psharanda commented 1 year ago

Fixed in V5