Paul
Sun 7th Sep '03, 11:01pm
Hi all,
Small bug with vB2.x and splitting threads. There is no maxlength attribute defined to the new thread title input. As such, the form does not limit the number of characters, which will be most noticible when entering text that will eventually be converted to html entities (i.e. " to ").
Simple fix. Add maxlength="85" to the input line.
Regards,
Paul
Small bug with vB2.x and splitting threads. There is no maxlength attribute defined to the new thread title input. As such, the form does not limit the number of characters, which will be most noticible when entering text that will eventually be converted to html entities (i.e. " to ").
Simple fix. Add maxlength="85" to the input line.
Regards,
Paul