id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 6112,Template notices html,slaFFik,imath,"We are an ordinary user, on Settings page. To change the password we input incorrect current one, new and repeat it. As the password is incorrect we get such an error: http://screencast.com/t/lZQtmvECC3t Please look at the no space between sentences. If you look at the html source code - everything will be in 1 `

` tag. If you look at the php source code around `No changes were made to your account` message, you will see that error messages are imploded using `

`. If you look at `bp_core_render_message()` you will see that there is no `

` tag around `echo $content`. So we have html that is generated by BP: {{{

Your current password is invalid.

No changes were made to your account.

}}} And the browser transforms it into: {{{

Your current password is invalid.No changes were made to your account.

}}} So the styling is wrong. Replicated on both BuddyPress 2.1.1 and 2.2 beta 1",defect (bug),closed,normal,2.2,Core,,normal,fixed,has-patch commit,