coffeekup icon indicating copy to clipboard operation
coffeekup copied to clipboard

htmlencoding

Open mathiasrw opened this issue 13 years ago • 1 comments

        if a and b
         hey

gives

        return hey;
      }

instead of

        return hey;
      }

on the website...

mathiasrw avatar Sep 30 '11 12:09 mathiasrw

i think "script", "style" and "pre" tag will be better if it don't autoescape too.

iampz avatar Oct 12 '11 13:10 iampz