]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_imagemap.xml
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_imagemap.xml
index fab7a715d4e97d2fb3d8587a8df4692a79d93cb9..6a4e50f9aa9be1babe3cc0e88d4f14f6570866ae 100644 (file)
     <p>The following directive will activate files ending with
     <code>.map</code> as imagemap files:</p>
 
-    <example>AddHandler imap-file map</example>
+    <highlight language="config">
+AddHandler imap-file map
+    </highlight>
 
     <p>Note that the following is still supported:</p>
 
-    <example>AddType application/x-httpd-imap map</example>
+    <highlight language="config">
+AddType application/x-httpd-imap map
+    </highlight>
 
     <p>However, we are trying to phase out "magic MIME types" so we
     are deprecating this method.</p>
 <description>Action if no coordinates are given when calling
 an imagemap</description>
 <syntax>ImapMenu none|formatted|semiformatted|unformatted</syntax>
+<default>ImapMenu formatted</default>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>Indexes</override>