branch: elpa-admin
commit 7e4545d9285de87b72e5185abee456787880a023
Author: Nicolas Petton <[email protected]>
Commit: Nicolas Petton <[email protected]>
* admin/archive-contents.el (archive--html-header): Use `title' for the H1.
---
admin/archive-contents.el | 4 ++--
1 file 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))