]> granicus.if.org Git - apache/commitdiff
Fix reference to variable discussion.
authorJoshua Slive <slive@apache.org>
Mon, 22 Mar 2004 21:32:12 +0000 (21:32 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 22 Mar 2004 21:32:12 +0000 (21:32 +0000)
PR: 27811

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

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

index f223cf96eacd9330352f4d27c02bfa8f73c33d51..40f07bd6122f5b0af19f0144b59950f00acb65e1 100644 (file)
@@ -376,16 +376,15 @@ modified?</a></h3>
         &lt;!--#set var="name" value="Rich" --&gt;
 </code></p></div>
 
-    <p>In addition to merely setting values literally like that,
-    you can use any other variable, including, for example,
-    environment variables, or some of the variables we discussed in
-    the last article (like <code>LAST_MODIFIED</code>, for example)
-    to give values to your variables. You will specify that
-    something is a variable, rather than a literal string, by using
-    the dollar sign ($) before the name of the variable.</p>
-<div class="example"><p><code>
-        &lt;!--#set var="modified" value="$LAST_MODIFIED" --&gt;
-</code></p></div>
+    <p>In addition to merely setting values literally like that, you
+    can use any other variable, including <a href="../env.html">environment variables</a> or the variables
+    discussed above (like <code>LAST_MODIFIED</code>, for example) to
+    give values to your variables. You will specify that something is
+    a variable, rather than a literal string, by using the dollar sign
+    ($) before the name of the variable.</p> 
+
+    <div class="example"><p><code> &lt;!--#set var="modified" value="$LAST_MODIFIED" --&gt;
+    </code></p></div>
 
     <p>To put a literal dollar sign into the value of your
     variable, you need to escape the dollar sign with a
index 9a01443d21c9234267ab3d08724c986b77a4d738..b58433d8333039652e3669c930bd5025f522911c 100644 (file)
@@ -383,16 +383,16 @@ modified?</title>
         &lt;!--#set var="name" value="Rich" --&gt;
 </example>
 
-    <p>In addition to merely setting values literally like that,
-    you can use any other variable, including, for example,
-    environment variables, or some of the variables we discussed in
-    the last article (like <code>LAST_MODIFIED</code>, for example)
-    to give values to your variables. You will specify that
-    something is a variable, rather than a literal string, by using
-    the dollar sign ($) before the name of the variable.</p>
-<example>
-        &lt;!--#set var="modified" value="$LAST_MODIFIED" --&gt;
-</example>
+    <p>In addition to merely setting values literally like that, you
+    can use any other variable, including <a
+    href="../env.html">environment variables</a> or the variables
+    discussed above (like <code>LAST_MODIFIED</code>, for example) to
+    give values to your variables. You will specify that something is
+    a variable, rather than a literal string, by using the dollar sign
+    ($) before the name of the variable.</p> 
+
+    <example> &lt;!--#set var="modified" value="$LAST_MODIFIED" --&gt;
+    </example>
 
     <p>To put a literal dollar sign into the value of your
     variable, you need to escape the dollar sign with a