Skip to content

Conversation

@ek-g
Copy link

@ek-g ek-g commented Jan 6, 2020

This fixes a bug which prevented using apostrophes in custom labels.

DiagrammeR::grViz does not accept ' in labels and escaping them won't work, because they get replaced with " in the process.

This fix replaces apostrophes (') in custom labels with HTML ’.

ek-g added 2 commits January 6, 2020 22:57
grViz needs apostrophes to be in HTML. Escaping them won't work either, as they are replaced with " as part of the function.
@codecov
Copy link

codecov bot commented Jan 6, 2020

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

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