[bknr-cvs] r2382 - branches/bos/projects/bos/web
hhubner at common-lisp.net
hhubner at common-lisp.net
Tue Jan 22 06:54:57 UTC 2008
Author: hhubner
Date: Tue Jan 22 01:54:54 2008
New Revision: 2382
Modified:
branches/bos/projects/bos/web/allocation-cache-handlers.lisp
Log:
Fix output formatting so that line breaks actually make it into the
generated HTML.
Modified: branches/bos/projects/bos/web/allocation-cache-handlers.lisp
==============================================================================
--- branches/bos/projects/bos/web/allocation-cache-handlers.lisp (original)
+++ branches/bos/projects/bos/web/allocation-cache-handlers.lisp Tue Jan 22 01:54:54 2008
@@ -9,7 +9,7 @@
(with-bos-cms-page (req :title "Allocation Cache")
(html
(:p (:i "not yet very meaningful..."))
- (:pre (:princ-safe
+ (:pre (:princ
(with-output-to-string (*standard-output*)
(bos.m2.allocation-cache:pprint-cache)))))))
More information about the Bknr-cvs
mailing list