mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
Fix input_file shortcut in HTMLBuilder.
This commit is contained in:
parent
17a2780b28
commit
649c8ce46e
@ -2885,7 +2885,7 @@ HTMLBuilder *HTMLBuilder::input_email(const String &name, const String &value, c
|
|||||||
}
|
}
|
||||||
|
|
||||||
HTMLBuilder *HTMLBuilder::input_file(const String &name, const String &accept, const String &cls, const String &id) {
|
HTMLBuilder *HTMLBuilder::input_file(const String &name, const String &accept, const String &cls, const String &id) {
|
||||||
HTMLTag *t = input_email();
|
HTMLTag *t = input_file();
|
||||||
|
|
||||||
t->name(name);
|
t->name(name);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user