Author: gozer Date: Sat Jan 15 20:19:50 2005 New Revision: 125336 URL: http://svn.apache.org/viewcvs?view=rev&rev=125336 Log: Fix tiny little inconsistency in output. </b>: vs. :</b>
Modified: perl/modperl/trunk/lib/Apache/Status.pm Modified: perl/modperl/trunk/lib/Apache/Status.pm Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/Apache/Status.pm?view=diff&rev=125336&p1=perl/modperl/trunk/lib/Apache/Status.pm&r1=125335&p2=perl/modperl/trunk/lib/Apache/Status.pm&r2=125336 ============================================================================== --- perl/modperl/trunk/lib/Apache/Status.pm (original) +++ perl/modperl/trunk/lib/Apache/Status.pm Sat Jan 15 20:19:50 2005 @@ -350,7 +350,7 @@ if ($r->handler eq 'modperl') { # the handler can be executed under the "modperl" handler push @retval, - qq{<b>Under the "modperl" handler, the environment is:</b>}; + qq{<b>Under the "modperl" handler, the environment is</b>:}; # XXX: I guess we could call $r->subprocess_env; and show how # would it look like under the 'perl-script' environment, but # under the 'modperl' handler %ENV doesn't get reset,