Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup should allow removal of <br/> tag #12

Open
HarminderSingh1 opened this issue Mar 2, 2014 · 2 comments
Open

Cleanup should allow removal of <br/> tag #12

HarminderSingh1 opened this issue Mar 2, 2014 · 2 comments

Comments

@HarminderSingh1
Copy link
Contributor

Cleanup should allow wrapping the content before and after the br tag into a different block tag. (Firefox inserts a
tag on enter and user may not want a br tag in their html).

@chriskwan
Copy link
Contributor

@HarminderSingh1 can you please give more examples of this? We are a little unclear about what the issue is.

@HarminderSingh1
Copy link
Contributor Author

I think this is asking for cleanup to convert
ABC<br/>DEF
to
<div>ABC</div><div>DEF</div>

Not that this may not be an issue on Vistaprint’s website as the server side also transforms the html. If we can allow this [as an options] to happen on the client, the server doesn’t need to do this.

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

No branches or pull requests

2 participants