Into semantic views row index start from 0, into views start from 1.

I think uniform it to always start from 1 is auspicable.

Fix it is realy simple, chandge on semanticviews.theme.inc,v 1.1.2.1 line 96 from:

    $replacements['#'] = $id;

to:

    $replacements['#'] = $id + 1;

Comments

Scyther’s picture

Category: Bug report » Feature request
Issue summary: View changes
Status: Needs review » Closed (works as designed)