Closed
Description
Description
Related to #27616.
Email addresses can only start with an alphanumeric character. Hence these are not valid email addresses:
?a@example.com
~a@example.com
*a@example.com
~a@example.com
However, Gitea renders them as such:
The mailto
link should only start at the a
. GitHub handles this correctly:
?a@example.com
~a@example.com
*a@example.com
~a@example.com
Gitea Version
1.22.0+dev-262-gec0c6829d
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Database
None