Closed (won't fix)
Project:
DrupalMU Helper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2009 at 21:08 UTC
Updated:
20 Sep 2010 at 09:18 UTC
The placeholder used in the call to t() made in drupalmu_helper_preprocess_page() should be %name, or @name.
This is because the !name placeholder puts the $user->name value without to filter it out for character which would cause some problems in HTML content.
See the documentation, where in an example is used code like $message = t('%name-from sent %name-to an e-mail.', array('%name-from' => $user->name, '%name-to' => $account->name));.
Comments
Comment #1
wmostrey commented