When writing a new message to a user (at messages/new/[uid]?destination=user/[uid]), the page headline displays on the page as:

"Write new message to username"

Instead, the headline needs to be filtered as HTML so that the tag isn't displayed as text.

--Ben

Comments

BenK’s picture

Title: D7: HTML displays as text in "Write new message to" headline » HTML displays as text in "Write new message to" headline

Oops, in prior comment, drupal.org replaced the html code so that you can't read what I meant. Basically, the following is being displayed on the page as the headline:

Write new message to <em class="placeholder">username</em>

Instead, we need it to be displayed as HTML instead of plain text.

berdir’s picture

Status: Active » Closed (duplicate)

Yeah, have noticed that myself before too but was too lazy to fix it :)

The fix is part of #832738: "Preview Message" Button Doesn't Actually Preview the Message

BenK’s picture

Thanks, Berdir. Yes, the fix at #832738 worked for me!

--Ben