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 %>