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

Fix escaped tags when a text doesn't need ellipsing #43

Merged
merged 1 commit into from
Sep 23, 2019

Conversation

sergeyDevjatov
Copy link
Contributor

I have seen that if inner html is too short to be ellipsed it's shown as escaped html. Probably it happens because if you put html into innerHTML symbol by symbol this html becomes escaped. So i have used additional variable to accumulate raw html. This is quick solution, maybe there's something better.

Copy link
Owner

@nzambello nzambello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I'll test it asap

@nzambello nzambello merged commit 2f67817 into nzambello:master Sep 23, 2019
@nzambello
Copy link
Owner

@sergeyDevjatov released in v1.4.1

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

Successfully merging this pull request may close these issues.

2 participants