]> granicus.if.org Git - apache/commitdiff
Added <module>...</module> to module-references.
authorErik Abele <erikabele@apache.org>
Thu, 19 Sep 2002 21:40:38 +0000 (21:40 +0000)
committerErik Abele <erikabele@apache.org>
Thu, 19 Sep 2002 21:40:38 +0000 (21:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96918 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.xml

index 797e54100b80533f8fd038843188bb6eefc88f8c..c2b8c364fa71767d3767e58755a05c5afdfda3d5 100644 (file)
@@ -369,7 +369,7 @@ modified?</a></h3>
     <p>Now that we have variables, and are able to set and compare
     their values, we can use them to express conditionals. This
     lets SSI be a tiny programming language of sorts.
-    <code>mod_include</code> provides an <code>if</code>,
+    <code class="module"><a href="../mod/mod_include.html">mod_include</a></code> provides an <code>if</code>,
     <code>elif</code>, <code>else</code>, <code>endif</code>
     structure for building conditional statements. This allows you
     to effectively generate multiple logical pages out of one
@@ -387,7 +387,7 @@ modified?</a></h3>
     comparison - either comparing values to one another, or testing
     the ``truth'' of a particular value. (A given string is true if
     it is nonempty.) For a full list of the comparison operators
-    available to you, see the <code>mod_include</code>
+    available to you, see the <code class="module"><a href="../mod/mod_include.html">mod_include</a></code>
     documentation. Here are some examples of how one might use this
     construct.</p>
 
index a013f9f4f86d02e8785e65df0db9e0291623fa4f..28089fb4873e58353fa1b562e3816e4d51c0d45f 100644 (file)
@@ -403,7 +403,7 @@ modified?</title>
     <p>Now that we have variables, and are able to set and compare
     their values, we can use them to express conditionals. This
     lets SSI be a tiny programming language of sorts.
-    <code>mod_include</code> provides an <code>if</code>,
+    <module>mod_include</module> provides an <code>if</code>,
     <code>elif</code>, <code>else</code>, <code>endif</code>
     structure for building conditional statements. This allows you
     to effectively generate multiple logical pages out of one
@@ -421,7 +421,7 @@ modified?</title>
     comparison - either comparing values to one another, or testing
     the ``truth'' of a particular value. (A given string is true if
     it is nonempty.) For a full list of the comparison operators
-    available to you, see the <code>mod_include</code>
+    available to you, see the <module>mod_include</module>
     documentation. Here are some examples of how one might use this
     construct.</p>