Edit the administrator language file en-GB.plg_content_contact.ini at staging branch
Search the key PLG_CONTENT_CONTACT_PARAM_URL_DESCRIPTION
The actual string is:
You can link the author name to:<ul><li>Associated contact page.<li>Webpage specified in the associated contact profile.<li>Email specified in the associated contact profile.</ul>
Good HTML format
Bad HTML format due now is not closing the "li" tags
Here is solved:
You can link the author name to:<ul><li>Associated contact page.</li><li>Webpage specified in the associated contact profile.</li><li>Email specified in the associated contact profile.</li></ul>
Regards, Valc.
Thanks you. No idea about that rule.
If other non mozilla browser also are allowing that one, ok.
Regards.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-17 07:57:35 |
Closed_By | ⇒ | infograf768 |
I think so as the list is correctly displayed and we never had any comment on this.
This is imho current practice.
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li
Tag omission | The end tag can be omitted if the list item is immediately followed by another <li> element, or if there is no more content in its parent element.