Page MenuHomePhabricator

Special:Whatlinkshere with invalid HTML markup
Closed, ResolvedPublic

Description

Special:Whatlinkshere produces some invalid HTML markup. For an example see

http://en.wikipedia.org/w/index.php?title=Special:WhatLinksHere&target=Amazon_River

Now the syntax is:

<ul>

<ul>
  <li></li>
 </ul>

</ul>

it should be:

<ul>

<li>
  <ul>
    <li></li>
   </ul>
</li>

</ul>

I think the error occured in r33602


Version: unspecified
Severity: normal

Details

Reference
bz13913

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:09 PM
bzimport set Reference to bz13913.
bzimport added a subscriber: Unknown Object (MLST).