Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AutoConnectElementBasisImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const String AutoConnectFileBasis::toHTML(void) const {
// Conversion of the AutoConnectFile element to HTML.
// [<label for="name">label</label>]
// <input type="file" id="name" name="name" accept="application/octet-stream">
static const char elmFileTempl[] PROGMEM = "%s<input type=\"file\" id=\"%s\" name=\"%s\" accept=\"application/octet-steam\">";
static const char elmFileTempl[] PROGMEM = "%s<input type=\"file\" id=\"%s\" name=\"%s\" accept=\"application/octet-stream\">";
static const char elmLabelTempl[] PROGMEM ="<%s for=\"%s\">%s</%s>";
static const char elmNone[] PROGMEM = "";
static const char tagLabel[] PROGMEM = "label";
Expand Down