From 206f5eeacd8ca8716590ca3bd56b0e65e21ea231 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 6 Jul 2010 03:39:11 +0000 Subject: [PATCH] Removed action='' form attributes. --- Hledger/Cli/Commands/Web.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Hledger/Cli/Commands/Web.hs b/Hledger/Cli/Commands/Web.hs index 931c1bf01..83f651ff0 100644 --- a/Hledger/Cli/Commands/Web.hs +++ b/Hledger/Cli/Commands/Web.hs @@ -169,7 +169,7 @@ navlinks a p = [$hamlet| searchform :: HledgerWebAppRoutes -> String -> String -> Hamlet HledgerWebAppRoutes searchform here a p = [$hamlet| - %form#searchform!action=$string.action$ + %form#searchform search for: $ %input!name=a!size=20!value=$string.a$ ^ahelp^ $ @@ -180,7 +180,6 @@ searchform here a p = [$hamlet| ^resetlink^ |] where - action="" ahelp = helplink "filter-patterns" phelp = helplink "period-expressions" resetlink @@ -193,7 +192,7 @@ helplink topic = [$hamlet|%a!href=$string.u$ ?|] addform :: Hamlet HledgerWebAppRoutes addform = [$hamlet| - %form#addform!action=$string.action$!method=POST + %form#addform!method=POST %table!border=0 %tr %td @@ -214,7 +213,6 @@ addform = [$hamlet| datehelp = helplink "dates" addlabel = "add transaction" addhelp = helplink "file-format" - action="" date = "" desc = "" transactionfields1 = transactionfields 1