diff --git a/sx/sx/page-functions.sx b/sx/sx/page-functions.sx index e141c564..4504d7ed 100644 --- a/sx/sx/page-functions.sx +++ b/sx/sx/page-functions.sx @@ -608,7 +608,7 @@ :title (unquote (or title "SX Tools")) (splice-unquote args))))) -(define tools (fn (content) (if (nil? content) nil content))) +(define tools (fn (content) (or content ""))) (define services