Cotonti / Cotonti

Fast, reliable and flexible PHP CMF/CMS
https://www.cotonti.com
BSD 3-Clause "New" or "Revised" License
92 stars 51 forks source link

cot_textarea() Validation Error #1789

Open seditio opened 4 weeks ago

seditio commented 4 weeks ago

If rows or cols attribute is default (not specified) the output is smth like <textarea class="minieditor" name="rtext" rows="" cols=""></textarea> which won't validate. Solution: with empty or null value cols and rows attributes shall not render.