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

Incorrectly inlined quotation marks #10

Open
pmendelski opened this issue Jun 5, 2015 · 0 comments
Open

Incorrectly inlined quotation marks #10

pmendelski opened this issue Jun 5, 2015 · 0 comments

Comments

@pmendelski
Copy link

Hi,

I faced a problem with inlining style in html content. Styliner transforms quotation marks to ".

Example input:

Style:

span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

and html:

<span>Spanned text</span>

Result:

<span style="font-family: &quot;Helvetica Neue&quot; , Helvetica , Arial , sans-serif;">Spanned text</span>

... and I would expect:

<span style="font-family: 'Helvetica Neue' , Helvetica , Arial , sans-serif;">Spanned text</span>

Somehow related:

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

No branches or pull requests

1 participant