I think the order of the list elements is the order they're returned
from the database, which is probably 
the order they were entered.  I occasionally get blank list items, too,
and although I don't know what causes it,
I fix them by going into SQLite and running the following: 

DELETE FROM tags WHERE name ='' 

Hope that helps.

-Lauren


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Oberbrunner
Sent: Friday, March 17, 2006 7:24 AM
To: [email protected]
Subject: Re: [Trac] tracTags Macro

Aust, Christian wrote:
> Hi,
> 
> anybody using the TracTags macro? I've installed it as described and 
> it works, but using the ListTags macro I get an unordered list whose 
> first element is always empty.
> 
> [[ListTags(myTag)]]
> 
> will render as
> 
> <ul>
>       <li><a title="Create " href="/DeveloperWiki/wiki/"></a> </li>
>       <li>...</li>
> </ul>
> 
> I assume there's something wrong with the tag index. How can I rebuild

> it? Any hint is appreciated :-)

I get this too, for any tag with more than one page.

-- Gary
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to