[cl-blog-cvs] CVS update: cl-blog/cl-blog.lisp

Brian Mastenbrook bmastenbrook at common-lisp.net
Wed Oct 20 01:42:11 UTC 2004


Update of /project/cl-blog/cvsroot/cl-blog
In directory common-lisp.net:/tmp/cvs-serv3159

Modified Files:
	cl-blog.lisp 
Log Message:
LESS STUPID LINKAGE

Date: Wed Oct 20 03:42:11 2004
Author: bmastenbrook

Index: cl-blog/cl-blog.lisp
diff -u cl-blog/cl-blog.lisp:1.5 cl-blog/cl-blog.lisp:1.6
--- cl-blog/cl-blog.lisp:1.5	Wed Oct 20 03:39:25 2004
+++ cl-blog/cl-blog.lisp	Wed Oct 20 03:42:11 2004
@@ -869,7 +869,7 @@
                              *blog-short-name*
                              (blog-entry-title entry))
                      (list* (format-entry entry)
-                            `(p "Trackback pings for this entry are listed below. The URL to ping for this entry is: " ((a :href ,(entry-trackback entry)) ,(entry-trackback entry)))
+                            `(p "Trackback pings for this entry are listed below. The URL to ping for this entry is: " (b ,(entry-trackback entry)))
                             (mapcar #'format-trackback (blog-entry-trackbacks entry)))))))
 
 (defclass email-redirect-handler (handler) ())





More information about the Cl-blog-cvs mailing list