Steps to reproduce
- Perform an action that creates a server email containing a list, for example, create a calendar event with an invitee
- Notice, in the invitee email, that the html list box is incorrectly formatted (in the source, you see width=100%% with two percent signs).
Note: listBegin in lib/private/Mail/EMailTemplate.php is used directly, not passed as an argument to vsprintf, so its percent symbols should not be escaped.