Skip to content

Comments

Fix standalone '&' after HTMLEscapeString call.#17

Open
thedodd wants to merge 1 commit intokennygrant:masterfrom
thedodd:fix-standalone-amps
Open

Fix standalone '&' after HTMLEscapeString call.#17
thedodd wants to merge 1 commit intokennygrant:masterfrom
thedodd:fix-standalone-amps

Conversation

@thedodd
Copy link

@thedodd thedodd commented Dec 2, 2016

No description provided.

output = strings.Replace(output, "'", "'", -1)
output = strings.Replace(output, "& ", "& ", -1) // NB space after
output = strings.Replace(output, "& ", "& ", -1) // NB space after
output = strings.Replace(output, "&", "&", -1)
Copy link
Author

Choose a reason for hiding this comment

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

Any particular reason this wasn't originally included?

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.

1 participant