X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=downloads.lisp;h=2c1d2b2eaaf3872e14d28f1872fff83a049ff4bb;hp=241dc666ea475dbf3e8ec7caf3bde7ea21a19ab6;hb=c18c02e07944ea56688b4fc350dbdab400f84fe1;hpb=2eab8c677bfe8183f3e1e5bef25d30376873e18c diff --git a/downloads.lisp b/downloads.lisp index 241dc66..2c1d2b2 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -69,7 +69,7 @@ (defun display-footer () (when *signed* (lml-princ "

GPG Public Key

") - (lml-princ "Use this key to verify file signtatures")) + (lml-princ "Use this key to verify file signtatures")) (lml-princ "")) (defun print-sect-title (title) @@ -127,9 +127,9 @@ (display-header pkg-name dl-url) (map nil #'display-sections sects) (when giturl - (if gitweb - (lml-format "

Git Repository

~A" gitweb giturl) - (lml-format "

Git Repository

~A" giturl))) + (lml-format "

Git Repository

~A" giturl) + (when gitweb + (lml-format "  [Browse]" gitweb))) (display-footer))) (defun std-dl-page (pkg-name pkg-base dl-base dl-url &optional giturl gitweb)