[cl-blog-cvs] CVS update: cl-blog/cl-blog.lisp
Brian Mastenbrook
bmastenbrook at common-lisp.net
Fri Oct 22 01:12:24 UTC 2004
Update of /project/cl-blog/cvsroot/cl-blog
In directory common-lisp.net:/tmp/cvs-serv22228
Modified Files:
cl-blog.lisp
Log Message:
bug fix woot!
Date: Fri Oct 22 03:12:23 2004
Author: bmastenbrook
Index: cl-blog/cl-blog.lisp
diff -u cl-blog/cl-blog.lisp:1.8 cl-blog/cl-blog.lisp:1.9
--- cl-blog/cl-blog.lisp:1.8 Fri Oct 22 03:10:39 2004
+++ cl-blog/cl-blog.lisp Fri Oct 22 03:12:23 2004
@@ -143,7 +143,7 @@
)))
(p)
((a :href "http://www.sbcl.org/" :border "0")
- (img :src "http://www.sbcl.org/sbclbutton.png" :alt "(get 'sbcl)" :border "0"))
+ ((img :src "http://www.sbcl.org/sbclbutton.png" :alt "(get 'sbcl)" :border "0")))
)
((div :id "content")
, at body))
More information about the Cl-blog-cvs
mailing list