Here's a description of what I'm experiencing.

I'm attempting to use the token for a specific field in my view as the class attribute for each row. I'm using an li for each row and have added the token. No matter which field token I use (e.g. [title]) it always adds that token's value as the class of the li AFTER the one that it should. For example, say my title is just "one" for a node and I have a listing of nodes being output. The "one" class will be added to the li AFTER the one containing the title of "one" for some reason. I've tried randomly using other tokens from other fields and this keeps happening. So the very first li never gets a tokenized class at all (just gets the "first" class).

Anyone else experienced this or know of a fix?

Comments

Scyther’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)