?
avatar Valc
Valc
17 Sep 2018

Steps to reproduce the issue

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>

Expected result

Good HTML format

Actual result

Bad HTML format due now is not closing the "li" tags

System information (as much as possible)

Additional comments

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.

avatar Valc Valc - open - 17 Sep 2018
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 Sep 2018
avatar infograf768
infograf768 - comment - 17 Sep 2018

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.

avatar Valc
Valc - comment - 17 Sep 2018

Thanks you. No idea about that rule.
If other non mozilla browser also are allowing that one, ok.
Regards.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22214.

avatar infograf768 infograf768 - change - 17 Sep 2018
Status New Closed
Closed_Date 0000-00-00 00:00:00 2018-09-17 07:57:35
Closed_By infograf768
avatar infograf768
infograf768 - comment - 17 Sep 2018

I think so as the list is correctly displayed and we never had any comment on this. ?

avatar infograf768 infograf768 - close - 17 Sep 2018

Add a Comment

Login with GitHub to post a comment