diff options
author | eliott <eliott@cactuswax.net> | 2007-12-30 17:46:55 -0500 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-30 17:46:55 -0500 |
commit | de216ea830a566830e0ed14a02ec708ee2c05a4e (patch) | |
tree | 2c723f8ba46961d623e4a8cb3d87b4bb57d069f1 /templates/packages | |
parent | 4fc36de2ae6537170541c199eabd8d1270a273c9 (diff) |
Changed color alternation on pkglist to be conformant.
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index 030289d4..c5006cd6 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -83,7 +83,7 @@ <th><a href="{% buildsortqs "last_update" %}">Last Updated</a></th> </tr> {% for pkg in results %} - <tr class="{% cycle pkgr1,pkgr2 %}"> + <tr class="{% cycle pkgr2,pkgr1 %}"> {% if not user.is_anonymous %} <td><input type="checkbox" name="pkgid" value="{{ pkg.id }}" /></td> {% endif %} |