Added Content-type to echo in test scripts.
This commit is contained in:
parent
317e1b4e10
commit
519e20cd04
4 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
permalink: /cgi/ruby/index.rb
|
||||
---
|
||||
|
||||
puts('Content-type: text/plain')
|
||||
puts
|
||||
puts('Hello from Ruby!')
|
||||
puts
|
||||
puts('puts(Time.now.strftime("%d/%m/%Y %H:%M"))')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue