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

strip_tags nuking <a> hrefs. #9

@bryanhelmig

Description

@bryanhelmig

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions