removed errant paren
authorDrew Crampsie <drewc@tech.coop>
Sat, 29 Oct 2005 00:35:28 +0000 (17:35 -0700)
committerDrew Crampsie <drewc@tech.coop>
Sat, 29 Oct 2005 00:35:28 +0000 (17:35 -0700)
darcs-hash:20051029003528-5417e-47a0caf19e81f7605894b09a023b41d4cdfbf542.gz

src/slot-presentations.lisp

index 19927f9..6acc8a9 100644 (file)
@@ -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 ()