Update webhttpd.c (#484)

Just adding a newline to get a nicer looking html.
<BODY> was in the same line as the meta line.
This commit is contained in:
telemaxx
2017-09-11 04:00:02 +02:00
committed by Mr-Dave
parent 0e7566360f
commit 29ea11e629

View File

@@ -29,7 +29,7 @@ static const char *ini_template =
"<!DOCTYPE html>\n"
"<html>\n"
"<head><title>Motion "VERSION"</title></head>\n"
"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">"
"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n"
"<body>\n";
static const char *set_template =