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

breaks php scripts by escaping php short tags to html entity #13

Open
jhjvandenbroek opened this issue Nov 6, 2013 · 2 comments
Open

Comments

@jhjvandenbroek
Copy link

example:

<form class="userform" method="post" action="<?=$url ?>">

converted to:

<form class="userform" method="post" action="&lt;?=$url ?&gt;"></form>
@ftbastler
Copy link

+1 Please fix this.

@ghost
Copy link

ghost commented Feb 13, 2014

Also happens with the & in some case.

<noscript>
    foo &lt; bar
</noscript>

Becomes:

<noscript>
    foo &amp;lt; bar
</noscript>

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

2 participants