![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
[commit: http://hg.dwscoalition.org/dw-free/rev/d019d0f88a75]
Fix regex for user-tag insertion
This regex was broken, it would allow you to do something like "@xb95...."
and try to treat that as a user tag. Now, the regex requires you to do
something that looks like a domain.
This also fixes the case where you refer to someone at the end of a sentence
and it would eat the period.
Patch by
mark.
Files modified:
Fix regex for user-tag insertion
This regex was broken, it would allow you to do something like "@xb95...."
and try to treat that as a user tag. Now, the regex requires you to do
something that looks like a domain.
This also fixes the case where you refer to someone at the end of a sentence
and it would eat the period.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- cgi-bin/LJ/CleanHTML.pm