summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/devel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index f3c6d463..174b0dba 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -99,8 +99,8 @@
<td>
<a href="/packages/{{ pkg.id }}/">{{ pkg.pkgname }}</a>
</td>
- <td>{{ pkg.pkgver }}</td>
<td>{{ pkg.repo.name }}</td>
+ <td>{{ pkg.pkgver }}</td>
<td>{{ pkg.arch.name }}</td>
</tr>
{% endfor %}