]> granicus.if.org Git - apache/commitdiff
Fix a slight mozilla rendering problem by scattering around some harmless
authorJoshua Slive <slive@apache.org>
Thu, 19 Sep 2002 18:25:33 +0000 (18:25 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 19 Sep 2002 18:25:33 +0000 (18:25 +0000)
<p>s.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96914 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml

index c52c8b57af85b95e85de4a3366506fde1e4917a2..11a78f0d98af64fb11c258e9a86c8bde47b274b1 100644 (file)
@@ -74,8 +74,8 @@
       <dt><strong>config</strong></dt>
 
       <dd>
-        This command controls various aspects of the parsing. The
-        valid attributes are: 
+        <p>This command controls various aspects of the parsing. The
+        valid attributes are:</p>
 
         <dl>
           <dt><strong>errmsg</strong></dt>
       <dt><strong>exec</strong></dt>
 
       <dd>
-        The exec command executes a given shell command or CGI
+        <p>The exec command executes a given shell command or CGI
         script. It requires <code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code> to be present
         in the server.  The IncludesNOEXEC <code class="directive"><a href="../mod/core.html#option">Option</a></code> disables this command
-        completely. The valid attributes are: 
+        completely. The valid attributes are: </p>
 
         <dl>
           <dt><strong>cgi</strong></dt>
 
           <dd>
-            The value specifies a (%-encoded) URL-path to
+            <p>The value specifies a (%-encoded) URL-path to
             the CGI script. If the path does not begin with a slash (/),
             then it is taken to be relative to the current
             document. The document referenced by this path is
             normally recognize it as such. However, the directory
             containing the script must be enabled for CGI scripts
             (with <code class="directive"><a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a></code>
-            or the ExecCGI <code class="directive"><a href="../mod/core.html#option">Option</a></code>). 
+            or the ExecCGI <code class="directive"><a href="../mod/core.html#option">Option</a></code>).</p>
 
             <p>The CGI script is given the PATH_INFO and query
             string (QUERY_STRING) of the original request from the
       <dt><strong>fsize</strong></dt>
 
       <dd>
-        This command prints the size of the specified file, subject
+        <p>This command prints the size of the specified file, subject
         to the <code>sizefmt</code> format specification.
-        Attributes: 
+        Attributes:</p>
 
         <dl>
           <dt><strong>file</strong></dt>
       <dt><strong>include</strong></dt>
 
       <dd>
-        This command inserts the text of another document or file
+        <p>This command inserts the text of another document or file
         into the parsed file. Any included file is subject to the
         usual access control. If the directory containing the
         parsed file has the <a href="core.html#options">Option</a>
         included; this prevents the execution of CGI scripts.
         Otherwise CGI scripts are invoked as normal using the
         complete URL given in the command, including any query
-        string. 
+        string. </p>
 
         <p>An attribute defines the location of the document; the
         inclusion is done for each attribute given to the include
index b9a65c0209e12f2c53a9659621f52e670093a92d..d36e3a52e8c1701ae442792c880079e43fefb7b9 100644 (file)
@@ -83,8 +83,8 @@
       <dt><strong>config</strong></dt>
 
       <dd>
-        This command controls various aspects of the parsing. The
-        valid attributes are: 
+        <p>This command controls various aspects of the parsing. The
+        valid attributes are:</p>
 
         <dl>
           <dt><strong>errmsg</strong></dt>
       <dt><strong>exec</strong></dt>
 
       <dd>
-        The exec command executes a given shell command or CGI
+        <p>The exec command executes a given shell command or CGI
         script. It requires <module>mod_cgi</module> to be present
         in the server.  The IncludesNOEXEC <directive
         module="core">Option</directive> disables this command
-        completely. The valid attributes are: 
+        completely. The valid attributes are: </p>
 
         <dl>
           <dt><strong>cgi</strong></dt>
 
           <dd>
-            The value specifies a (%-encoded) URL-path to
+            <p>The value specifies a (%-encoded) URL-path to
             the CGI script. If the path does not begin with a slash (/),
             then it is taken to be relative to the current
             document. The document referenced by this path is
             normally recognize it as such. However, the directory
             containing the script must be enabled for CGI scripts
             (with <directive module="mod_alias">ScriptAlias</directive>
-            or the ExecCGI <directive module="core">Option</directive>). 
+            or the ExecCGI <directive module="core">Option</directive>).</p>
 
             <p>The CGI script is given the PATH_INFO and query
             string (QUERY_STRING) of the original request from the
       <dt><strong>fsize</strong></dt>
 
       <dd>
-        This command prints the size of the specified file, subject
+        <p>This command prints the size of the specified file, subject
         to the <code>sizefmt</code> format specification.
-        Attributes: 
+        Attributes:</p>
 
         <dl>
           <dt><strong>file</strong></dt>
       <dt><strong>include</strong></dt>
 
       <dd>
-        This command inserts the text of another document or file
+        <p>This command inserts the text of another document or file
         into the parsed file. Any included file is subject to the
         usual access control. If the directory containing the
         parsed file has the <a href="core.html#options">Option</a>
         included; this prevents the execution of CGI scripts.
         Otherwise CGI scripts are invoked as normal using the
         complete URL given in the command, including any query
-        string. 
+        string. </p>
 
         <p>An attribute defines the location of the document; the
         inclusion is done for each attribute given to the include