Problem/Motivation
The TemplateMapForm contains an unclosed html tag in the description for 'Template region':
Note that you can populate more regions by attaching an array to your message with the index "mailchimp_transactional_template_content", using region names as indexes to the content for that region.
As a result, all following html is in italic.
Steps to reproduce
Edit a template map.
Proposed resolution
Close the html tag in TemplateMapForm
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
The TemplateMapForm is only italic in the intended regions.
API changes
None
Data model changes
None
Issue fork mailchimp_transactional-3614210
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request closes the html tag in TemplateMapForm
Comment #4
dieterholvoet commentedTested the MR. It fixes the issue, merging.
Comment #6
dieterholvoet commented