Commit 2c9b3573 authored by mattes's avatar mattes

remove optional html tags

parent 82dec3ba
......@@ -62,12 +62,7 @@ server {
if ($http_user_agent ~* "Go") {
return 200 "
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta content='$host$uri git $scheme://$host$uri.git' name='go-import'>
</head>
<body></body>
<head><meta content='$host$uri git $scheme://$host$uri.git' name='go-import'></head>
</html>";
}
......
......@@ -107,12 +107,7 @@ server {
if ($http_user_agent ~* "Go") {
return 200 "
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta content='$host$uri git $scheme://$host$uri.git' name='go-import'>
</head>
<body></body>
<head><meta content='$host$uri git $scheme://$host$uri.git' name='go-import'></head>
</html>";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment