Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lists in EmailTemplate are incorrectly formatted #12151

Closed
brad2014 opened this issue Oct 30, 2018 · 1 comment
Closed

Lists in EmailTemplate are incorrectly formatted #12151

brad2014 opened this issue Oct 30, 2018 · 1 comment

Comments

@brad2014
Copy link
Contributor

Steps to reproduce

  1. Perform an action that creates a server email containing a list, for example, create a calendar event with an invitee
  2. 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.

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #11544 (User list), #5607 (encryption compatible list ), #8312 (Specify Preview Format), #9005 (c), and #10442 (Contact list broken layout).

MorrisJobke added a commit that referenced this issue Nov 1, 2018
…e-list-formatting

Fix issue #12151: fix list formatting by correcting malformed html
@MorrisJobke MorrisJobke added this to the Nextcloud 15 milestone Nov 1, 2018
rullzer added a commit that referenced this issue Nov 2, 2018
Fix bug #12151: fix list formatting by correcting malformed html
@MorrisJobke MorrisJobke mentioned this issue Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants