From a0d2d7b8de8069b50954745b18d8a259d196bd69 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 8 Dec 2007 22:56:53 -0500 Subject: [PATCH] Pastebin fix --- extra/webapps/pastebin/paste-summary.furnace | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extra/webapps/pastebin/paste-summary.furnace b/extra/webapps/pastebin/paste-summary.furnace index f8938eabca..7e65e10a9e 100644 --- a/extra/webapps/pastebin/paste-summary.furnace +++ b/extra/webapps/pastebin/paste-summary.furnace @@ -4,7 +4,11 @@ furnace webapps.pastebin calendar ; %> - <% "summary" get write %> + <% + "summary" get + dup empty? [ drop "- no title -" ] when + write + %> <% "author" get write %>