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 stray characters in img tag attributes #47

Merged
merged 3 commits into from
Oct 7, 2019
Merged

Conversation

goldenapples
Copy link
Contributor

Ensures spaces aren't removed, and removes a stray ")" character showing up in the attributes string of the Gaussholder-enhanced image tag, when initially processing the content for image tag replacement.

Very minor bugs, don't think they'd cause any issues, but I noticed this while investigating an unrelated issue with the markup being output and wanted to PR this while I had the repo open.

Ensures spaces aren't removed, and removes a stray ) character showing
up in the attributes string of the Gaussholder-enhanced image tag, when
initially processing the content for image tag replacement.
Copy link
Contributor

@roborourke roborourke left a comment

Choose a reason for hiding this comment

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

Looks good to me. @rmccue do you know anything about the errant ) character? Should it be matched on the other side or is it just a whoopsy?

@rmccue
Copy link
Member

rmccue commented Oct 7, 2019

I'd say it's probably a whoopsy.

@rmccue rmccue merged commit 0a7f4ff into master Oct 7, 2019
@rmccue rmccue deleted the attribute-formatting branch October 7, 2019 09:54
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.

3 participants