MantisBT: master-1.3.x e5e6858c

Author Committer Branch Timestamp Parent
Damien Regad Damien Regad master-1.3.x 2016-06-18 15:29 master-1.3.x b1c91742
Changeset

Fix Mentions replacement corrupting mailto links

mention_format_text() is called after string_insert_hrefs(). Since
formatted mailto links contains text that may be interpreted as
mention tags, we need to make sure we only perform replacement of
the tags excluding existing anchors.

mod - core/mention_api.php Diff File