From: Richard Bowen Date: Thu, 24 Jan 2013 01:59:47 +0000 (+0000) Subject: Emphasize that the output of #printenv is plain text so that it doesn't dump a bunch... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f68998502d677e5bad9c621066e2c3de1fe57d;p=thirdparty%2Fapache%2Fhttpd.git Emphasize that the output of #printenv is plain text so that it doesn't dump a bunch of unformatted text in an HTML doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 63fd856ea68..e53a71e721c 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -449,13 +449,15 @@ AddOutputFilter INCLUDES .shtml
The printenv Element -

This prints out a listing of all existing variables and +

This prints out a plain text listing of all existing variables and their values. Special characters are entity encoded (see the echo element for details) before being output. There are no attributes.

Example - <!--#printenv --> + <pre> + <!--#printenv --> + </pre>