From: Erik Abele Date: Thu, 19 Sep 2002 21:40:38 +0000 (+0000) Subject: Added ... to module-references. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4c700419567da998beadabf434af98153b07e7f;p=apache Added ... to module-references. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 797e54100b..c2b8c364fa 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -369,7 +369,7 @@ modified?

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. - mod_include provides an if, + mod_include provides an if, elif, else, endif structure for building conditional statements. This allows you to effectively generate multiple logical pages out of one @@ -387,7 +387,7 @@ modified? 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 mod_include + available to you, see the mod_include documentation. Here are some examples of how one might use this construct.

diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index a013f9f4f8..28089fb487 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -403,7 +403,7 @@ modified?

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. - mod_include provides an if, + mod_include provides an if, elif, else, endif structure for building conditional statements. This allows you to effectively generate multiple logical pages out of one @@ -421,7 +421,7 @@ modified? 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 mod_include + available to you, see the mod_include documentation. Here are some examples of how one might use this construct.