Last modified: 2008-05-01 18:37:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T15913, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13913 - Special:Whatlinkshere with invalid HTML markup
Special:Whatlinkshere with invalid HTML markup
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: html
  Show dependency treegraph
 
Reported: 2008-05-01 13:01 UTC by Christian Thiele
Modified: 2008-05-01 18:37 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Christian Thiele 2008-05-01 13:01:23 UTC
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
Comment 1 Alexandre Emsenhuber [IAlex] 2008-05-01 18:37:08 UTC
fixed in r34078.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links