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

docs/manual/mod/mod_include.xml

index 1d0c58086db2b45ab033e248931ce5bd57b74297..4dcce2653cba18a094fe650ab555995439c66b6c 100644 (file)
@@ -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 -->