X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=2%2Fdownloads.lisp;h=855505b0a948a85c69dab5825836388052e7c6b7;hp=36af36d49fe929bde551b40974232524ff2a6758;hb=da9bfe8a780d545544d901d2c986f39edae09cc8;hpb=6c3fc177319ffb52ef4f65af3037c696ad77fcae diff --git a/2/downloads.lisp b/2/downloads.lisp index 36af36d..855505b 100644 --- a/2/downloads.lisp +++ b/2/downloads.lisp @@ -60,7 +60,8 @@ (lml-princ "

Download

") (lml-princ "
") (lml-format "

Browse ~A Download Site

" name) - (lml-format "~A" url url)) + (let ((*print-circle* nil)) + (lml-format "~A" url url))) (defun display-footer (dl-data) (when (dl-data-signed dl-data)