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

Escape single quote (') characters as ' #11

Closed
wants to merge 1 commit into from
Closed

Escape single quote (') characters as ' #11

wants to merge 1 commit into from

Commits on Sep 16, 2018

  1. Escape single quote (') characters as '

    This backports the upstream change made to `stache` in
    stackbuilders/stache#36. This fix is necessary to solve a `criterion`
    bug (haskell/criterion#202) in which single quotes are not escaped when
    substituted into `criterion`'s HTML template, causing browsers to
    display the report's contents incorrectly.
    RyanGlScott committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    cf4e9ae View commit details
    Browse the repository at this point in the history