From 3f4a2f59f66781989b1e0318c3b01858efb82a4a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 8 Dec 2007 22:43:48 -0500 Subject: [PATCH] Fix annotations --- extra/webapps/pastebin/annotation.furnace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/webapps/pastebin/annotation.furnace b/extra/webapps/pastebin/annotation.furnace index 420c1625f5..791905197e 100755 --- a/extra/webapps/pastebin/annotation.furnace +++ b/extra/webapps/pastebin/annotation.furnace @@ -1,11 +1,11 @@ -<% USING: namespaces io ; %> +<% USING: namespaces io furnace calendar ; %>

Annotation: <% "summary" get write %>

- +
Annotation by:<% "author" get write %>
Channel:<% "channel" get write %>
Created:<% "date" get write %>
Created:<% "date" get timestamp>string write %>
<% "syntax" render-template %>