]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Slightly augmenting the example for SSIStartTag
authorRich Bowen <rbowen@apache.org>
Wed, 9 Jun 2004 23:50:54 +0000 (23:50 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 9 Jun 2004 23:50:54 +0000 (23:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103881 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml

index aa8541597057eb403f5d27f462140cf04043012d..aaa2683d98282fd851f8d398bde6c5b72e5b310f 100644 (file)
@@ -654,10 +654,11 @@ directive]"</code></td></tr>
     different times).</p> 
 
     <div class="example"><h3>Example</h3><p><code>
-      SSIStartTag "&lt;%"
+      SSIStartTag "&lt;%"<br />
+      SSIEndTag   "%&gt;"
     </code></p></div>
 
-    <p>The example given above, in conjunction with a matching
+    <p>The example given above, which also specifies a matching
     <code class="directive"><a href="#ssiendtag">SSIEndTag</a></code>, will 
     allow you to use SSI directives as shown in the example 
     below:</p>
index 6aec3ed8d4cc0d3606d3009520fc1af5a8eada44..f8993d1c0d0e1605339c719307af5e5e8a875ab8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.18.2.7 $ -->
+<!-- $Revision: 1.18.2.8 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -661,10 +661,11 @@ directive]&quot;</default>
     different times).</p> 
 
     <example><title>Example</title>
-      SSIStartTag "&lt;%"
+      SSIStartTag "&lt;%"<br />
+      SSIEndTag   "%&gt;"
     </example>
 
-    <p>The example given above, in conjunction with a matching
+    <p>The example given above, which also specifies a matching
     <directive module="mod_include">SSIEndTag</directive>, will 
     allow you to use SSI directives as shown in the example 
     below:</p>