Hi Clayton,

On Fri, Jan 16, 2009 at 9:14 PM, Clayton Cornell
<[email protected]> wrote:
>> A minor issue I noticed: the #catlinks div is repeated - at the bottom
>> of pages, where the categories are displayed, the #catlinks div is
>> nested inside another #catlinks div. You can see this happening at the
>> bottom of any page that has been categorized.
>
> I noticed that too.  I'm not sure if that is intentional on the part of the
> MediaWiki developers or not.  There are no code changes that I have made -
> this is a clean install of MediaWiki 1.13.3.

One of the catlinks div only has id="catlinks", the other has
class="catlinks" in addition to id="catlinks":
<div id="catlinks"><div id='catlinks' class='catlinks'>

Is there a chance it might have something to do with the skin (e.g.,
changes to the function for showing categories?) - this is the
relevant code I found from a 1.13.2 install that I maintain:
<?php if($this->data['catlinks']) { $this->html('catlinks'); } ?>

Regards,
Ivan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to