From 0ff5333bd6c3a87f8e8c88417b45b137df9fcbf7 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Thu, 19 Sep 2002 21:40:38 +0000 Subject: [PATCH] Added ... to module-references. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96918 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/ssi.html.en | 4 ++-- docs/manual/howto/ssi.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.

-- 2.50.1