]> granicus.if.org Git - apache/commitdiff
Slightly augment the example for SSIStartTag
authorRich Bowen <rbowen@apache.org>
Thu, 10 Jun 2004 00:23:04 +0000 (00:23 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 10 Jun 2004 00:23:04 +0000 (00:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103883 13f79535-47bb-0310-9956-ffa450edef68

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

index 229b635587cc59d1701e5bfd538eb5c0dc2d240a..890e1deec6792c118877f0c9a8fd4959d6478229 100644 (file)
@@ -687,10 +687,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 d262488207c55743f64f247c32352ef959cb88ab..2c7ab608a30cfce94c5b1067d8264e1a0157d037 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.30 $ -->
+<!-- $Revision: 1.31 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -697,10 +697,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>