mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01: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) {
|
||||
HTMLTag *t = input_email();
|
||||
HTMLTag *t = input_file();
|
||||
|
||||
t->name(name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user