From 9f8bb0a9aa166c9ce14c5e75e6e64341306a977a Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 14 Apr 2002 17:08:53 +0000 Subject: [PATCH] Fix html comments in directive examples and defaults. PR: 7832 Submitted by: sn@neopoly.com (Sven Neuhaus) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94649 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.html | 10 +++++----- docs/manual/mod/mod_include.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index 6f30707ab5..1b390decf7 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.html @@ -534,14 +534,14 @@ include command. so that the message + "<!-- Error -->" so that the message is not presented to the user.

-

This directive has the same effect as the <--#config +

This directive has the same effect as the <!--#config errmsg=message --> element.


SSIStartTag Directive

Description:
Syntax:Changes the string that mod_include looks for to start an -include element
Default:SSIStartTag "<--!"
Context:server config, virtual host
Override:
Status:Base
Module:mod_include
Compatibility:Available in version 2.0.30 and later.
+include elementDefault:SSIStartTag "<!--"Context:server config, virtual hostOverride:Status:BaseModule:mod_includeCompatibility:Available in version 2.0.30 and later.

This directive changes the string that mod_include looks for to mark an include element to process.

@@ -556,10 +556,10 @@ displayedSyn when echoing DATE environment variables. The formatstring is as in strftime(3) from the C standard library.

-

This directive has the same effect as the <--#config +

This directive has the same effect as the <!--#config timefmt=formatstring --> element.


SSIUndefinedEcho Directive

Description: Changes the string that mod_include displays when -a variable isn't set.
Syntax:SSIUndefinedEcho tag
Default:SSIUndefinedEcho "<-- undef -->"
Context:server config, virtual host
Override:FileInfo
Status:Base
Module:mod_include
Compatibility:Available in version 2.0.34 and later. +a variable isn't set.
Syntax:SSIUndefinedEcho tag
Default:SSIUndefinedEcho "<!-- undef -->"
Context:server config, virtual host
Override:FileInfo
Status:Base
Module:mod_include
Compatibility:Available in version 2.0.34 and later.

This directive changes the string that mod_include displays when a variable is not set and "echoed".

diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index bc88a0de6c..821a05697b 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -579,7 +579,7 @@ include command. Changes the string that mod_include displays when a variable isn't set. SSIUndefinedEcho tag -SSIUndefinedEcho "<-- undef -->" +SSIUndefinedEcho "<!-- undef -->" server config virtual host FileInfo @@ -611,10 +611,10 @@ a variable isn't set.

The SSIErrorMsg directive changes the error message displayed when mod_include encounters an error. For production servers you may consider changing the default error message to - "<-- Error -->" so that the message + "<!-- Error -->" so that the message is not presented to the user.

-

This directive has the same effect as the <--#config +

This directive has the same effect as the <!--#config errmsg=message --> element.

@@ -625,7 +625,7 @@ a variable isn't set. Changes the string that mod_include looks for to start an include element -SSIStartTag "<--!" +SSIStartTag "<!--" server config virtual host @@ -666,7 +666,7 @@ displayed when echoing DATE environment variables. The formatstring is as in strftime(3) from the C standard library.

-

This directive has the same effect as the <--#config +

This directive has the same effect as the <!--#config timefmt=formatstring --> element.

-- 2.50.1