lib/knj/erb/erb_fcgi_jruby.rb in knjrbfw-0.0.8 vs lib/knj/erb/erb_fcgi_jruby.rb in knjrbfw-0.0.9
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/jruby
require "fcgi"
FCGI.each_cgi do |fcgi|
- print "Content-Type: text/html\n\n"
- print "Hello world."
+ print "Content-Type: text/html\n\n"
+ print "Hello world."
end