r3c / yaronet

Lightweight, traditionnal but full-featured PHP bulletin board
https://www.yaronet.com
GNU Affero General Public License v3.0
17 stars 4 forks source link

[resource.template] Fix container ID generation in forms. #9

Closed r3c closed 2 years ago

r3c commented 2 years ago

ID was generated at compile time rather than run time, resulting in a single random ID being used for all form containers and therefore breaking some JS integrations (markItUp, autofocus, autocomplete & drafts).