
Hi Mac, That's cool, we all make em :) I was also wondering about some of the tags that appear in the *html-empty-tags* list. Some of them don't appear to be html tags, for example :limittext :of :spacer, etc. Should it be a list of tags for html4.0? or xhtml? (off hand I don't know if that would be the same list or not) or is the intention that I bind this to the list that is appropriate for me in which case maybe it should start out as an empty list. regards, sim ----- Original message ----- From: "Mac Chan" <emailmac@gmail.com> To: "General interest list about cl-who" <cl-who-devel@common-lisp.net> Date: Sun, 27 May 2007 20:00:02 -0700 Subject: Re: [cl-who-devel] convert-tag-to-string-list and *html-empty-tag* bug maybe :) Hi Simon, On 5/27/07, Simon Cusack <scusack@fastmail.com.au> wrote:
I changed (member tag *html-empty-tags*) to (member tag *html-empty-tags* :test #'string-equal)
You're right. It was my bad. The patch that I sent in had this bug. I was too concern about (:div) producing <div></div> and didn't manually test the other case. The browser didn't complain <br></br> :-( If I unit test this code I should have caught it. Sorry for the inconvience. Regards, -- Mac _______________________________________________ cl-who-devel site list cl-who-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/cl-who-devel