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

(#15531) Graph (dot) escaping for double quotes #1038

Closed
wants to merge 1 commit into from
Closed

(#15531) Graph (dot) escaping for double quotes #1038

wants to merge 1 commit into from

Commits on Jul 16, 2012

  1. Graph (dot) escaping for double quotes

    Graph generation was not escaping double quotes for node names. This simple
    patch replaces all " with \" in all node names in dot graphs so they can be
    generated even from catalogs with double quotes.
    lzap committed Jul 16, 2012
    Copy the full SHA
    140eec0 View commit details
    Browse the repository at this point in the history