]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_data.xml
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_data.xml
index 0c2c490d366815ba27e6a2634589eb2839c2f04a..b4852fba15735f82b8588397d96f67328d15e812 100644 (file)
     module.</p>
 
     <example><title>Configuring the filter</title>
-        &lt;Location /data/images&gt;<br />
-        <indent>
-            SetOutputFilter DATA
-        </indent>
-        &lt;/Location&gt;<br />
+    <highlight language="config">
+&lt;Location "/data/images"&gt;
+    SetOutputFilter DATA
+&lt;/Location&gt;
+        </highlight>
     </example>
-    
+
 </summary>
 <seealso><a href="../filter.html">Filters</a></seealso>