Changeset 2590

Show
Ignore:
Timestamp:
02/21/08 18:50:45 (11 months ago)
Author:
hans
Message:

Fix for CCL build, buildbot should new go all green!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/web/tags.lisp

    r2499 r2590  
    77  (let ((s (cxml::chained-handler *html-sink*))) 
    88    (cxml::maybe-close-tag s) 
    9     (map nil (lambda (c) (cxml::write-rune #+sbcl c #+cmu (char-code c) s)) str))) 
     9    (map nil (lambda (c) (cxml::write-rune c s)) str))) 
    1010 
    1111(defun language-options-1 (current-language)