summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2013-01-24 01:07:55 +0100
committerRich Bowen <rbowen@apache.org>2013-01-24 01:07:55 +0100
commit34cb711d77151b574f440ad3d363a1b96b7e0844 (patch)
tree703d94610e60aeef97e3e7a7b92f8b41a3305ad9 /docs/manual
parentAdded httpd-macro.conf to NetWare install. (diff)
downloadapache2-34cb711d77151b574f440ad3d363a1b96b7e0844.tar.xz
apache2-34cb711d77151b574f440ad3d363a1b96b7e0844.zip
Adds example to echo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_include.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index 1d0c58086d..4dcce2653c 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -245,6 +245,10 @@ AddOutputFilter INCLUDES .shtml
In order to avoid cross-site scripting issues, you should
<em>always</em> encode user supplied data.
</note>
+
+ <example><title>Example</title>
+ &lt;!--#echo encoding="entity" var="QUERY_STRING" --&gt;
+ </example>
</dd>
</dl>
</section> <!-- /echo -->