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
"<t:button t:method=\"POST\""
" t:action=\"$wiki/delete\""
" t:for=\"id\">"
" class=\"link-button\""
" t:for=\"id\""
" class=\"link-button\">"
" Delete"
"</t:button>"
}