emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] new-website d6e6476 2/2: * admin/archive-contents.el (archive--ht


From: Nicolas Petton
Subject: [elpa] new-website d6e6476 2/2: * admin/archive-contents.el (archive--html-header): Use `title' for the H1.
Date: Fri, 30 Oct 2015 22:30:17 +0000

branch: new-website
commit d6e6476a431ac7a47d85359f40f8fe05cd18935a
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * 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

[Prev in Thread] Current Thread [Next in Thread]