mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Fix form post helper.
This commit is contained in:
parent
649c8ce46e
commit
1d3dcaf806
@ -2562,7 +2562,7 @@ HTMLBuilder *HTMLBuilder::form_get(const String &action, const String &cls, cons
|
||||
HTMLBuilder *HTMLBuilder::form_post(const String &action, const String &cls, const String &id) {
|
||||
HTMLTag *t = form_post();
|
||||
|
||||
t->fora(action);
|
||||
t->action(action);
|
||||
|
||||
if (cls != "") {
|
||||
t->cls(cls);
|
||||
|
Loading…
Reference in New Issue
Block a user