Opened 6 years ago
Closed 5 years ago
#8337 closed defect (bug) (fixed)
Avatar url is wrongly escaped in "what's new form"
| Reported by: | hz_i3 | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 8.0.0 |
| Component: | Templates | Version: | 6.1.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
To reproduce the problem:
Turn on "show avatar" of WordPress on "/wp-admin/options-discussion.php"
Change "Default Avatar" to "Retro (Generated)"
Create a new user without no avatar
Log in with that user
Go to its member page
A Gravatar Logo is shown rather than a Retro style avatar
The problem is the url is escaped (seen from the screenshot)... If I replace "&" with "&", the Retro style avatar will show.
I tried to look into PHP source code (mainly the bp-nouveau directory) but I cannot find where it is escaped, maybe in JS code
Screenshot:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Hi @hz_i3
Thanks for your report and good catch about this issue. I'll commit the above fix asap.