mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02: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) {
|
HTMLBuilder *HTMLBuilder::form_post(const String &action, const String &cls, const String &id) {
|
||||||
HTMLTag *t = form_post();
|
HTMLTag *t = form_post();
|
||||||
|
|
||||||
t->fora(action);
|
t->action(action);
|
||||||
|
|
||||||
if (cls != "") {
|
if (cls != "") {
|
||||||
t->cls(cls);
|
t->cls(cls);
|
||||||
|
Loading…
Reference in New Issue
Block a user