From: Joshua Slive Date: Mon, 22 Mar 2004 21:32:12 +0000 (+0000) Subject: Fix reference to variable discussion. X-Git-Tag: pre_ajp_proxy~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94ef4de8577c1b488b3c8005b228ecb2fe31cbdb;p=apache Fix reference to variable discussion. PR: 27811 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103084 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index f223cf96ea..40f07bd612 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -376,16 +376,15 @@ modified? <!--#set var="name" value="Rich" -->

-

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 LAST_MODIFIED, 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.

-

- <!--#set var="modified" value="$LAST_MODIFIED" --> -

+

In addition to merely setting values literally like that, you + can use any other variable, including environment variables or the variables + discussed above (like LAST_MODIFIED, 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.

+ +

<!--#set var="modified" value="$LAST_MODIFIED" --> +

To put a literal dollar sign into the value of your variable, you need to escape the dollar sign with a diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index 9a01443d21..b58433d833 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -383,16 +383,16 @@ modified? <!--#set var="name" value="Rich" --> -

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 LAST_MODIFIED, 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.

- - <!--#set var="modified" value="$LAST_MODIFIED" --> - +

In addition to merely setting values literally like that, you + can use any other variable, including environment variables or the variables + discussed above (like LAST_MODIFIED, 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.

+ + <!--#set var="modified" value="$LAST_MODIFIED" --> +

To put a literal dollar sign into the value of your variable, you need to escape the dollar sign with a