We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071c637 commit f503b67Copy full SHA for f503b67
src/httpserver/http_fns.c
@@ -136,7 +136,7 @@ void poststr_h4(http_request_t* request, const char* content) {
136
hprintf255(request, "<h4>%s</h4>", content);
137
}
138
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.
+/// @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
140
/// @param request
141
/// @param label
142
/// @param fieldId This also gets used as the field name
0 commit comments