Closed (duplicate)
Project:
Privatemsg
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2010 at 05:55 UTC
Updated:
21 Jun 2010 at 01:49 UTC
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
Comment #1
BenK commentedOops, 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:
Instead, we need it to be displayed as HTML instead of plain text.
Comment #2
berdirYeah, 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
Comment #3
BenK commentedThanks, Berdir. Yes, the fix at #832738 worked for me!
--Ben