Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2006-02-15 09:01:31

rhsoftware
New member
Registered: 2006-02-15
Posts: 1

Bugfix for HTMLArea.RE_email

Error in Reg-Expression "HTMLArea.RE_email"
You should correct it to

HTMLArea.RE_email = /[\.a-z0-9_]{3,}@[a-z0-9_-]{2,}(\.[a-z0-9_-]{2,})+/i;
instead of
HTMLArea.RE_email = /[a-z0-9_]{3,}@[a-z0-9_-]{2,}(\.[a-z0-9_-]{2,})+/i;

If you type a adress like firstname.lastname@domain.tld the Reg-Expression will make it to "mailto:lastname@domaind.tld"

P.S.: I have a ticket created, but think here is also a good place because our users had big troubles with the new feature and no one will see it becaue the user thinks its fine and ok to have not set the link any longer

Offline

Board footer

Powered by FluxBB