Page 1 of 1

Smal bug in Bulletmenu

Posted: Sun Apr 24, 2005 12:15 pm
by RobbyBer
In function.bulletmenu.php Line 313 missing a space character.

from:
$menu .= "";

to:
$menu .= "";

Bye

Re: Smal bug in Bulletmenu

Posted: Sun Apr 24, 2005 12:43 pm
by Ted
Technically, I think it's still valid, but I like the space as well, so I'll fix it.

Thanks!

Re: Smal bug in Bulletmenu

Posted: Mon Apr 25, 2005 6:02 pm
by vollstock
It is valid XML. The space is done to avoid problems with older Browsers that doen't understand XHTML.