X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=downloads.lisp;h=855505b0a948a85c69dab5825836388052e7c6b7;hp=36af36d49fe929bde551b40974232524ff2a6758;hb=43ab031bb96c1c9c872856df727a909a82a68ee1;hpb=e0405e6089892e5d88082bf12838b73e63440125 diff --git a/downloads.lisp b/downloads.lisp index 36af36d..855505b 100644 --- a/downloads.lisp +++ b/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)