coffeecup
coffeecup copied to clipboard
Text is not escaped
Using coffeekup the following is outputted in escaped format:
h1 "<foo>" # Correctly outputs as <h1><foo></h1>
not so with coffeecup.
thanks for reporting this.
I'm actually not sure if it's supposed to escape by default. But neither the h helper nor autoescape option seems to work.
h1 h("<foo>") outputs <h1><foo></h1>