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

Text is not escaped #41

Open
nilskp opened this issue Jun 30, 2012 · 3 comments
Open

Text is not escaped #41

nilskp opened this issue Jun 30, 2012 · 3 comments

Comments

@nilskp
Copy link

nilskp commented Jun 30, 2012

Using coffeekup the following is outputted in escaped format:

h1 "<foo>" # Correctly outputs as <h1>&lt;foo&gt;</h1>

not so with coffeecup.

@gradus
Copy link
Owner

gradus commented Jun 30, 2012

thanks for reporting this.

@nilskp
Copy link
Author

nilskp commented Jul 6, 2012

I'm actually not sure if it's supposed to escape by default. But neither the h helper nor autoescape option seems to work.

@gradus
Copy link
Owner

gradus commented Apr 16, 2013

h1 h("<foo>") outputs <h1>&lt;foo&gt;</h1>

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