]> granicus.if.org Git - apache/commitdiff
some nitpicking
authorAndré Malo <nd@apache.org>
Mon, 12 Apr 2004 16:14:35 +0000 (16:14 +0000)
committerAndré Malo <nd@apache.org>
Mon, 12 Apr 2004 16:14:35 +0000 (16:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103352 13f79535-47bb-0310-9956-ffa450edef68

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

index 4cd8c9710d97c4c72d8ded081fd3a46cfa6c3102..8cecd1e5fffc5cfb808ffa16cb326e170ff238ec 100644 (file)
     assumed to be zero. The following numerical <var>operator</var>s are
     possible:</p>
 
-    <table>
-    <tr><th><var>operator</var></th><th>description</th></tr>
-    <tr><td><code>=</code> or <code>==</code></td>
+    <table class="bordered"><tr class="header"><th><var>operator</var></th><th>description</th></tr>
+<tr><td><code>=</code> or <code>==</code></td>
         <td>httpd version is equal</td></tr>
-    <tr><td><code>&gt;</code></td>
+<tr class="odd"><td><code>&gt;</code></td>
         <td>httpd version is greater than</td></tr>
-    <tr><td><code>&gt;=</code></td>
+<tr><td><code>&gt;=</code></td>
         <td>httpd version is greater or equal</td></tr>
-    <tr><td><code>&lt;</code></td>
+<tr class="odd"><td><code>&lt;</code></td>
         <td>httpd version is less than</td></tr>
-    <tr><td><code>&lt;=</code></td>
+<tr><td><code>&lt;=</code></td>
         <td>httpd version is less or equal</td></tr>
-    </table>
+</table>
 
     <div class="example"><h3>Example</h3><p><code>
       &lt;IfVersion &gt;= 2.1&gt;<br />
     <p>Besides the numerical comparison it is possible to match a regular
     expression against the httpd version. There are two ways to write it:</p>
 
-    <table>
-    <tr><th>operator</th><th>description</th></tr>
-    <tr><td><code>=</code> or <code>==</code></td>
+    <table class="bordered"><tr class="header"><th><var>operator</var></th><th>description</th></tr>
+<tr><td><code>=</code> or <code>==</code></td>
         <td><var>version</var> has the form
             <code>/<var>regex</var>/</code></td></tr>
-    <tr><td><code>~</code></td>
+<tr class="odd"><td><code>~</code></td>
         <td><var>version</var> has the form
             <code><var>regex</var></code></td></tr>
-    </table>
+</table>
 
     <div class="example"><h3>Example</h3><p><code>
       &lt;IfVersion = /^2.1.[01234]$/&gt;<br />
       &lt;/IfVersion&gt;
     </code></p></div>
 
-    <p>If the operator is omitted, it is assumed to be <code>=</code>.</p>
+    <p>If the <var>operator</var> is omitted, it is assumed to be
+    <code>=</code>.</p>
 
 </div>
 </div>
index 8ada1df3cc820c251d1e1ddffdd217e3f1f1d0f8..4ecdb2ec028f6320b38a084f32086e587365285b 100755 (executable)
@@ -71,7 +71,7 @@
     assumed to be zero. The following numerical <var>operator</var>s are
     possible:</p>
 
-    <table>
+    <table style="zebra" border="1">
     <tr><th><var>operator</var></th><th>description</th></tr>
     <tr><td><code>=</code> or <code>==</code></td>
         <td>httpd version is equal</td></tr>
@@ -97,8 +97,8 @@
     <p>Besides the numerical comparison it is possible to match a regular
     expression against the httpd version. There are two ways to write it:</p>
 
-    <table>
-    <tr><th>operator</th><th>description</th></tr>
+    <table style="zebra" border="1">
+    <tr><th><var>operator</var></th><th>description</th></tr>
     <tr><td><code>=</code> or <code>==</code></td>
         <td><var>version</var> has the form
             <code>/<var>regex</var>/</code></td></tr>
       &lt;/IfVersion&gt;
     </example>
 
-    <p>If the operator is omitted, it is assumed to be <code>=</code>.</p>
+    <p>If the <var>operator</var> is omitted, it is assumed to be
+    <code>=</code>.</p>
 </usage>
 </directivesynopsis>