]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Missed a spot in ssi.xml
authorDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 16:12:27 +0000 (16:12 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 16:12:27 +0000 (16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331486 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.xml

index dac9c1ab013031385ed5300c6ed640ec0032affd..63e19d5dd9d0aa6a9aff4f70008c76ddef08d183 100644 (file)
@@ -80,9 +80,10 @@ existing HTML documents.</p>
     <p>To permit SSI on your server, you must have the following
     directive either in your <code>httpd.conf</code> file, or in a
     <code>.htaccess</code> file:</p>
-<div class="example"><p><code>
+<pre class="prettyprint lang-config">
         Options +Includes
-</code></p></div>
+</pre>
+
 
     <p>This tells Apache that you want to permit files to be parsed
     for SSI directives.  Note that most configurations contain
index 017b3a473fee6d20272df2c8d7dac9df717d3f84..965c6384763bf3ae0219934642cd732deee16008 100644 (file)
@@ -82,9 +82,9 @@ existing HTML documents.</p>
     <p>To permit SSI on your server, you must have the following
     directive either in your <code>httpd.conf</code> file, or in a
     <code>.htaccess</code> file:</p>
-<example>
+<highlight language="config">
         Options +Includes
-</example>
+</highlight>
 
     <p>This tells Apache that you want to permit files to be parsed
     for SSI directives.  Note that most configurations contain