soatok / cupcake

PHP library for simply secure HTML forms (generation and processing). Secure-by-default.
https://soatok.blog
ISC License
32 stars 0 forks source link

IDs with underline #13

Closed webbird closed 2 years ago

webbird commented 3 years ago

Having field IDs with an underline gives me strange results:

2021-09-09 17_47_15-WBCE CMS Portable»Administration-Pages

group_order => group_order

Is this by design?

soatok commented 3 years ago

Yes, it's the consequence of htmlentities() being used to stop XSS.