From a604a2f30b7bf0464ba3f9be05f9ccfea317960a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 7 Sep 2008 18:57:09 -0500 Subject: [PATCH] Minor simplification --- basis/html/components/components.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/html/components/components.factor b/basis/html/components/components.factor index b6b7f22b1d..0969dd7ef3 100644 --- a/basis/html/components/components.factor +++ b/basis/html/components/components.factor @@ -156,7 +156,7 @@ M: farkup render* [ [ no-follow>> [ string>boolean link-no-follow? set ] when* ] [ disable-images>> [ string>boolean disable-images? set ] when* ] bi - drop string-lines "\n" join convert-farkup write + drop string-lines "\n" join write-farkup ] with-scope ; ! Inspector component