I'm browsing it on a computer running Windows, the server is Linux. 
Maybe Firefox decides that the line-feed should be preceeded by a 
carriage return? Not that it matter for this script.

Stephan Beal wrote:
> 2010/11/20 Søren Enevoldsen <senevoldse...@gmail.com 
> <mailto:senevoldse...@gmail.com>>
>
>     The following test cgi script works fine
>     #!/bin/bash
>     echo "Content-Type: text/plain"
>     echo ""
>     echo "Hello world wide web."
>
>
> i wouldn't expect this to work at all unless you're on a Windows 
> machine: HTTP specifies carriage-return/line-feed, not just line-feed 
> (which is what echo spits out).
>
> -- 
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
> ------------------------------------------------------------------------
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>   

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to