[go: nahoru, domu]

Page MenuHomePhabricator

Mobile App lacks CSS for class="mw-empty-elt"
Closed, ResolvedPublic

Description

If a list item with no content is encountered like

* some entry
*
* another entry

that will produce HTML code like

<li>some entry</li>
<li class="mw-empty-elt"></li>
<li>another entry</li>

On HTML browser skins there is a display:none rule for .mw-empty-elt which will hide that empty item.

For Mobile App this rule is missing, and the empty item is shown.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 710538 had a related patch set uploaded (by Vadim Kovalenko; author: Vadim Kovalenko):

[mediawiki/services/mobileapps@master] Remove empty list item

https://gerrit.wikimedia.org/r/710538

Change 710538 merged by jenkins-bot:

[mediawiki/services/mobileapps@master] Remove empty list item

https://gerrit.wikimedia.org/r/710538