Skip to content

Commit f503b67

Browse files
committed
Update http_fns.c
1 parent 071c637 commit f503b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httpserver/http_fns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void poststr_h4(http_request_t* request, const char* content) {
136136
hprintf255(request, "<h4>%s</h4>", content);
137137
}
138138

139-
/// @brief Generate a pair of label and field elements for Name type entry. The field is limited to entry of a-zA-Z0-9_- characters.
139+
/// @brief Generate a pair of label and field elements for Name type entry. The field is limited to entry of a-zA-Z0-9_- characters
140140
/// @param request
141141
/// @param label
142142
/// @param fieldId This also gets used as the field name

0 commit comments

Comments
 (0)