Opened 8 years ago
Last modified 8 years ago
#7740 new defect (bug)
Adding links to BP messages results in incorrect href being added
| Reported by: | Venutius | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Contributions |
| Component: | Messages | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When composing messages there seems to be a bug where the href for the link is being overwritten by BP.
For example
<a href="www.test.com">Test</a>
is being converted to:
<a href="http://buddysite.com/members/username/messages/view/3/www.test.com">Test</a>
I've tried this on a few sites, they all show the same behavior.
Change History (5)
#3
@
8 years ago
<a href="www.test.com">Test</a> is wrong syntax for links.
Have you tried:
<a href="hxxp://www.test.com">Test</a>
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Any chance you can check the database?
e.g. is the link being changed on write to the database, or is it being modified on display (correct in the DB)?