You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pg...@apache.org on 2005/07/17 02:04:21 UTC

svn commit: r219359 - /perl/modperl/docs/trunk/src/docs/2.0/user/coding/cooking.pod

Author: pgollucci
Date: Sat Jul 16 17:04:19 2005
New Revision: 219359

URL: http://svn.apache.org/viewcvs?rev=219359&view=rev
Log:
remove superfolous \ns

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/coding/cooking.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/coding/cooking.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/coding/cooking.pod?rev=219359&r1=219358&r2=219359&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/coding/cooking.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/coding/cooking.pod Sat Jul 16 17:04:19 2005
@@ -82,7 +82,7 @@
       
       $r->err_headers_out->add('Set-Cookie' => $cookie->as_string);
       
-      $r->content_type("text/plain\n\n");
+      $r->content_type("text/plain");
       $r->print("Testing....");
       
       return Apache2::Const::OK;



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org