From da8617ea3d065edff2ee29d9edf8598f9a2b4cae Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 24 Jan 2013 02:01:01 +0000 Subject: [PATCH] merge from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1437834 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 49cdbdadaf..9e66fb7b53 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -450,13 +450,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>
-- 2.50.1