Skip to content

Commit a55004d

Browse files
committed
Be more specific about content type.
1 parent a71b921 commit a55004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
print("Content-Type: text/html")
3+
print("Content-Type: text/plain")
44
print("")
55

66
print("Hello, world!")

0 commit comments

Comments
 (0)