]> granicus.if.org Git - apache/commitdiff
Adds example to echo
authorRich Bowen <rbowen@apache.org>
Thu, 24 Jan 2013 00:08:47 +0000 (00:08 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 24 Jan 2013 00:08:47 +0000 (00:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1437809 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 8025d213780f47d9d8892e501a1b4e94bb302dc1..da7bc339811943f95464d2bd769d2e7959c6d7f7 100644 (file)
@@ -246,6 +246,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 -->