Skip to content
Commit 09127bf9 authored by Eduardo Navarro's avatar Eduardo Navarro
Browse files

Improve regular expression for rendering users

Use word boundaries to the regular expression that identifies users.
This way a string will not match a user when it has word characters
before the "@" character.

A test case for not rendering users inside the text of html links is
also added.

Fixes #8178.
parent 10480382
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment