branch: elpa-admin
commit 2914f58cffe78832eeb226664508a117f7caecd4
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    * elpa-admin.el (elpaa--html-make-pkg): Fix package page footer.
---
 elpa-admin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index cffa953c5d..f8f8fcabb6 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1669,7 +1669,7 @@ arbitrary code."
                               file (elpaa--html-quote file)
                               (format-time-string "%Y-%b-%d" (nth 5 attrs))
                               (elpaa--html-bytes-format (nth 7 attrs)))))))
-        (insert "</table>\n"))
+        (insert "</table>\n</div>\n"))
       (let ((news (elpaa--get-NEWS pkg-spec srcdir)))
         (when news
           (insert "<h2>News</h2>\n"

Reply via email to