Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

strip_tags nuking <a> hrefs. #9

Open
bryanhelmig opened this issue Nov 1, 2012 · 0 comments
Open

strip_tags nuking <a> hrefs. #9

bryanhelmig opened this issue Nov 1, 2012 · 0 comments
Labels

Comments

@bryanhelmig
Copy link
Member

Since we turn HTML -> text via strip tags, we end up with borked links, IE:

<a href="http://example.com/">my example</a>

...turns into...

my example

...but should probably be...

my example (http://example.com/)

Also, this same sort of bug might exist for line breaks and such.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant