User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Move to the bottom of the template file of the admin module for multilanguage status modal link
<li></li>modal contents of multilanguage status admin module placed inside <li></li>
modal contents of multilanguage status admin module placed directly under <ul>
None
| Status | New | ⇒ | Pending |
| Category | ⇒ | Modules Administration |
Basically instead of this:
<ul>
<li id="nav-item"></li>
<div id="lang-modal"></div>
</ul>It looks a little more like this:
<ul>
<li id="nav-item">
<div id="lang-modal"></div>
</li>
</ul>Per https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul a <div> isn't allowed to be a direct descendent of <ul>.
Per https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul a
isn't allowed to be a direct descendent of.
Thanks - that was the info I wanted :)
I have tested this item
I have tested this item
I have tested this item
| Title |
|
||||||
| Status | Pending | ⇒ | Ready to Commit | ||||
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-17 05:47:04 |
| Closed_By | ⇒ | laoneo | |
| Labels |
Added:
?
?
|
||
Not sure i understand what the reason for this change is