Pastebin fix

release
Slava Pestov 2007-12-08 22:56:53 -05:00
parent 3f4a2f59f6
commit a0d2d7b8de
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@ furnace webapps.pastebin calendar ; %>
<tr>
<td>
<a href="<% model get paste-link write %>">
<% "summary" get write %>
<%
"summary" get
dup empty? [ drop "- no title -" ] when
write
%>
</a>
</td>
<td><% "author" get write %></td>