branch: new-website
commit d6e6476a431ac7a47d85359f40f8fe05cd18935a
Author: Nicolas Petton <nico...@petton.fr>
Commit: Nicolas Petton <nico...@petton.fr>

    * admin/archive-contents.el (archive--html-header): Use `title' for the H1.
---
 admin/archive-contents.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/archive-contents.el b/admin/archive-contents.el
index 92b27c9..8862acb 100755
--- a/admin/archive-contents.el
+++ b/admin/archive-contents.el
@@ -363,12 +363,12 @@ Rename DIR/ to PKG-VERS/, and return the descriptor."
 
             <div class=\"header small\">
                 <div class=\"container\">
-                    <h1>Package list</h1>
+                    <h1>%s</h1>
                 </div>
             </div>
 
             <div class=\"container\">\n"
-          title title))
+          title title title))
 
 (defun archive--html-bytes-format (bytes) ;Aka memory-usage-format.
   (setq bytes (/ bytes 1024.0))

Reply via email to