mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-18 21:17:04 -04:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user