From e5b53af49b8be7c10931bd37eaaec91fab34ea1c Mon Sep 17 00:00:00 2001 From: Drew Crampsie Date: Fri, 28 Oct 2005 17:35:28 -0700 Subject: [PATCH 1/1] removed errant paren darcs-hash:20051029003528-5417e-47a0caf19e81f7605894b09a023b41d4cdfbf542.gz --- src/slot-presentations.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slot-presentations.lisp b/src/slot-presentations.lisp index 19927f9..6acc8a9 100644 --- a/src/slot-presentations.lisp +++ b/src/slot-presentations.lisp @@ -29,7 +29,7 @@ :cols (columns slot)) (if (escape-html-p slot) (<:as-html (presentation-slot-value slot instance)) - (<:as-is (presentation-slot-value slot instance)))))) + (<:as-is (presentation-slot-value slot instance))))) (defcomponent mewa-slot-presentation () -- 2.20.1