View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020281 | phpList 3 application | Subscribe Process | public | 30-10-20 15:42 | 02-11-20 11:54 |
Reporter | ArmanB | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Product Version | 3.5.5-RC1 | ||||
Target Version | 3.5.7-RC1 | ||||
Summary | 0020281: 'Intro' part of Subscribe pages should allow insertion of line breaks | ||||
Description | v.3.5.7 Feature suggestion: I'd like to put a couple of short paragraphs of text on the Subscribe page (in the 'Intro' part). Some information on what the newsletter is about, and some information on how personal data is processed. Because I can't seem to be able to use any line breaks, all of this information becomes a single long paragraph which doesn't look good. Is there a reason (security or otherwise) not to allow HTML for the 'Intro' part of the subscribe page? | ||||
Tags | No tags attached. | ||||
|
It should be fine to add HTML, something like this. If that doesn't work for you, it may be something else interfering. <h3>Subscribe to our newsletters</h3> This is some test This is some more text |
|
Sorry, mantis is parsing the code, but basically use P and BR in the text and it should work <h3>Subscribe to our newsletters</h3> This is some test This is some more text |
|
If you have further issues, please use the forums to discuss this |