summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcgi/e.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/e.cgi b/cgi/e.cgi
index 841bf23..102e57f 100755
--- a/cgi/e.cgi
+++ b/cgi/e.cgi
@@ -1,7 +1,7 @@
#!/bin/bash
-echo -n "Status: 200 OK\r\n"
-echo -n "Content-type: text/html; charset=utf-8\r\n\r\n"
+echo -ne "Status: 200 OK\r\n"
+echo -ne "Content-type: text/html; charset=utf-8\r\n\r\n"
cat <<EOF
<!DOCTYPE HTML>
<html>