diff options
Diffstat (limited to 'docs/manual/mod/mod_include.xml')
-rw-r--r-- | docs/manual/mod/mod_include.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 5ede805f95..a3a7bd3908 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -64,7 +64,7 @@ AddOutputFilter INCLUDES .shtml is set):</p> <highlight language="config"> - Options +Includes +Options +Includes </highlight> <p>For backwards compatibility, the <code>server-parsed</code> @@ -835,7 +835,7 @@ AddOutputFilter INCLUDES .shtml looks for to mark the end of an include element.</p> <highlight language="config"> - SSIEndTag "%>" +SSIEndTag "%>" </highlight> </usage> @@ -856,7 +856,7 @@ AddOutputFilter INCLUDES .shtml displays when a variable is not set and "echoed".</p> <highlight language="config"> - SSIUndefinedEcho "<!-- undef -->" +SSIUndefinedEcho "<!-- undef -->" </highlight> </usage> </directivesynopsis> @@ -883,7 +883,7 @@ directive]"</default> errmsg=<var>message</var> --></code> element.</p> <highlight language="config"> - SSIErrorMsg "<!-- Error -->" +SSIErrorMsg "<!-- Error -->" </highlight> </usage> </directivesynopsis> @@ -905,8 +905,8 @@ directive]"</default> different times).</p> <highlight language="config"> - SSIStartTag "<%"<br /> - SSIEndTag "%>" +SSIStartTag "<%" +SSIEndTag "%>" </highlight> <p>The example given above, which also specifies a matching @@ -942,7 +942,7 @@ displayed</description> timefmt=<var>formatstring</var> --></code> element.</p> <highlight language="config"> - SSITimeFormat "%R, %B %d, %Y" +SSITimeFormat "%R, %B %d, %Y" </highlight> <p>The above directive would cause times to be displayed in the |