From 478cf633dfb4e50ce0aef3b2bab9fc3bf2bf25af Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sun, 1 Mar 2009 14:54:13 +0000 Subject: [PATCH] Missing verbs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@749042 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_imagemap.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_imagemap.xml b/docs/manual/mod/mod_imagemap.xml index b65c8352363..bedc73f2043 100644 --- a/docs/manual/mod/mod_imagemap.xml +++ b/docs/manual/mod/mod_imagemap.xml @@ -150,7 +150,8 @@
Values -

The values for each of the directives can any of the following:

+

The values for each of the directives can be any of the + following:

a URL
@@ -158,7 +159,7 @@

The URL can be relative or absolute URL. Relative URLs can contain '..' syntax and will be resolved relative to the base value.

-

base itself will not resolved according to the +

base itself will not be resolved according to the current value. A statement base mailto: will work properly, though.

-- 2.47.3