Bug - plugin_linklist: double id-definition

Found a bug? Tell us!!
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Bug - plugin_linklist: double id-definition

Post by stm999999999 »

Hello,

the linklist generates non valid-Code:

Code: Select all

<div class="serendipitySideBarItem container_serendipity_plugin_linklist">
        <h3 class="serendipitySideBarTitle serendipity_plugin_linklist">Blogroll</h3>        <div class="serendipitySideBarContent"><script src="http://blog.stephan.manske-net.de/plugin/linklist.js" type="text/javascript"></script><div class="linklist">

<ul>
<li id="submenu_LawBlawgs_start">

<span class="menu_title" id="submenu_LawBlawgs">LawBlawgs</span><br /><ul id="submenu_LawBlawgs" style="display: block;">
<li class="menuitem"><a class="link"  href="http://www.elbelaw.de/
First, the span-element gets id="submenu_LawBlawgs" and after that the ul gets the same id! But an ID must be unique!
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Bug - plugin_linklist: double id-definition

Post by garvinhicking »

Hi!

Good catch! committed the change!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply