From 4c344206902dad6a24e2337b7cab7a1d669b5e14 Mon Sep 17 00:00:00 2001 From: Brennan Cheung <git@brennancheung.com> Date: Thu, 23 Sep 2010 13:51:15 -0700 Subject: [PATCH] doc fix, chloe link forms - t:button --- basis/html/templates/chloe/chloe-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/html/templates/chloe/chloe-docs.factor b/basis/html/templates/chloe/chloe-docs.factor index a3032aba96..2aca1c98aa 100644 --- a/basis/html/templates/chloe/chloe-docs.factor +++ b/basis/html/templates/chloe/chloe-docs.factor @@ -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>" }