Skip to content

Commit ae76e2e

Browse files
authored
Adjust robots.txt (#410)
1 parent daf17ea commit ae76e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/nuremberg/core/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
re_path(
1717
r'^robots.txt$',
1818
lambda r: HttpResponse(
19-
"User-agent: *\nDisallow: /search/", content_type="text/plain"
19+
"User-agent: *\nDisallow: /search/\n", content_type="text/plain"
2020
),
2121
),
2222
re_path(r'^php', redirect_home),

0 commit comments

Comments
 (0)