From: Joshua Slive Date: Sun, 14 Apr 2002 17:08:53 +0000 (+0000) Subject: Fix html comments in directive examples and defaults. X-Git-Tag: 2.0.36~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=509b71068f0e3c2928d84104232208ae75ee7b36;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index 6f30707ab5a..1b390decf7e 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 bc88a0de6cb..821a05697bf 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.