You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2009/03/01 15:36:08 UTC

svn commit: r749041 - /httpd/httpd/trunk/docs/manual/mod/mod_imagemap.xml

Author: lgentis
Date: Sun Mar  1 14:36:08 2009
New Revision: 749041

URL: http://svn.apache.org/viewvc?rev=749041&view=rev
Log:
Missing verbs.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_imagemap.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_imagemap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_imagemap.xml?rev=749041&r1=749040&r2=749041&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_imagemap.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_imagemap.xml Sun Mar  1 14:36:08 2009
@@ -150,7 +150,8 @@
 
     <section id="imapfile.values"><title>Values</title>
 
-      <p>The values for each of the directives can any of the following:</p>
+      <p>The values for each of the directives can be any of the
+      following:</p>
 
       <dl>
       <dt>a URL</dt>
@@ -158,7 +159,7 @@
       <dd><p>The URL can be relative or absolute URL. Relative URLs
       can contain '..' syntax and will be resolved relative to the
       <code>base</code> value.</p>
-      <p><code>base</code> itself will not resolved according to the
+      <p><code>base</code> itself will not be resolved according to the
       current value. A statement <code>base mailto:</code> will
       work properly, though.</p></dd>