Update of /project/lisppaste/cvsroot/lisppaste2 In directory common-lisp.net:/home/bmastenbrook/lisppaste2
Modified Files: web-server.lisp Log Message: Remove orhpan "Donations Accepted" link: whoops!
Date: Wed Oct 20 21:56:55 2004 Author: bmastenbrook
Index: lisppaste2/web-server.lisp diff -u lisppaste2/web-server.lisp:1.66 lisppaste2/web-server.lisp:1.67 --- lisppaste2/web-server.lisp:1.66 Fri Oct 1 01:44:49 2004 +++ lisppaste2/web-server.lisp Wed Oct 20 21:56:54 2004 @@ -1,4 +1,4 @@ -;;;; $Id: web-server.lisp,v 1.66 2004/09/30 23:44:49 bmastenbrook Exp $ +;;;; $Id: web-server.lisp,v 1.67 2004/10/20 19:56:54 bmastenbrook Exp $ ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/web-server.lisp,v $
;;;; See the LICENSE file for licensing information. @@ -944,12 +944,6 @@ (br) ((input :type submit :value "Annotate this paste"))))))) `(p) - `(table - (tr - (td - ((div :class "info-text") - ((span :class "small-header") "Donations accepted") - )))) ))))))))
(defun ends-with (str end)