summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_imagemap.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-04 15:07:48 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-05-04 15:07:48 +0000
commit182688c7497d8fdc73353cda788a24d49e35fd9f (patch)
tree5016656c922d665d40709ffa4884febfab935731 /docs/manual/mod/mod_imagemap.xml
parent06ab60855a06758d59efd7cff1d1ea651c62422f (diff)
downloadhttpd-182688c7497d8fdc73353cda788a24d49e35fd9f.tar.gz
Backporting syntax highlighting for mod_i|l|m|n*.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1334018 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_imagemap.xml')
-rw-r--r--docs/manual/mod/mod_imagemap.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_imagemap.xml b/docs/manual/mod/mod_imagemap.xml
index fab7a715d4..1b45ce8627 100644
--- a/docs/manual/mod/mod_imagemap.xml
+++ b/docs/manual/mod/mod_imagemap.xml
@@ -40,11 +40,11 @@
<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>