You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2004/03/22 22:37:46 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/howto ssi.html.en

slive       2004/03/22 13:37:46

  Modified:    htdocs/manual/howto ssi.html.en
  Log:
  Backport
    Fix reference to variable discussion.
  
    PR: 27811
  
  Revision  Changes    Path
  1.15      +4 -4      httpd-docs-1.3/htdocs/manual/howto/ssi.html.en
  
  Index: ssi.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/ssi.html.en,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -d -b -u -r1.14 -r1.15
  --- ssi.html.en	29 May 2003 00:35:28 -0000	1.14
  +++ ssi.html.en	22 Mar 2004 21:37:46 -0000	1.15
  @@ -446,10 +446,10 @@
   </pre>
   
       <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
  +    you can use any other variable, including
  +    <a href="../env.html">environment variables</a>, or some of the
  +    variables we 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>
   <pre>