You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/01/24 01:08:47 UTC

svn commit: r1437809 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml

Author: rbowen
Date: Thu Jan 24 00:08:47 2013
New Revision: 1437809

URL: http://svn.apache.org/viewvc?rev=1437809&view=rev
Log:
Adds example to echo

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml?rev=1437809&r1=1437808&r2=1437809&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml Thu Jan 24 00:08:47 2013
@@ -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 -->