diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-12 09:08:28 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-12 09:08:28 -0500 |
commit | 1cde4d45da91abae2525785c4d93e9ec648ec416 (patch) | |
tree | 33c463e9a3647c4214347910d4afdac34ceee85d /templates/devel/index.html | |
parent | 16cac1ad88cb2fb653cf7abcb91e6f51c7510e27 (diff) |
Fix invalid markup on dev dashboard
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index b2da70cf..d3f7ec3b 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -78,7 +78,6 @@ <th>Package Count</th> <th>Incomplete Count</th> </tr> - </tr> </thead> <tbody> {% for todo in todos %} |