summaryrefslogtreecommitdiffstats
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 c67cf27..d1bd4d2 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -39,7 +39,7 @@
<td>{{ pkg.last_update|date }}</td>
</tr>
{% empty %}
- <tr class="empty"><td colspan="6"><em>No flagged packages to display</em></td></tr>
+ <tr class="empty"><td colspan="7"><em>No flagged packages to display</em></td></tr>
{% endfor %}
</tbody>
</table>