Slava Pestov 2010-09-24 01:17:44 -07:00
commit 2d3c9fd7c8
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ ARTICLE: "html.templates.chloe.tags.form" "Chloe link and form tags"
{ $code { $code
"<t:button t:method=\"POST\"" "<t:button t:method=\"POST\""
" t:action=\"$wiki/delete\"" " t:action=\"$wiki/delete\""
" t:for=\"id\">" " t:for=\"id\""
" class=\"link-button\"" " class=\"link-button\">"
" Delete" " Delete"
"</t:button>" "</t:button>"
} }