You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/27 18:12:27 UTC

svn commit: r1331486 - in /httpd/httpd/trunk/docs/manual/howto: ssi.html.en ssi.xml

Author: humbedooh
Date: Fri Apr 27 16:12:27 2012
New Revision: 1331486

URL: http://svn.apache.org/viewvc?rev=1331486&view=rev
Log:
Missed a spot in ssi.xml 

Modified:
    httpd/httpd/trunk/docs/manual/howto/ssi.html.en
    httpd/httpd/trunk/docs/manual/howto/ssi.xml

Modified: httpd/httpd/trunk/docs/manual/howto/ssi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/ssi.html.en?rev=1331486&r1=1331485&r2=1331486&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/ssi.html.en (original)
+++ httpd/httpd/trunk/docs/manual/howto/ssi.html.en Fri Apr 27 16:12:27 2012
@@ -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

Modified: httpd/httpd/trunk/docs/manual/howto/ssi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/ssi.xml?rev=1331486&r1=1331485&r2=1331486&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/ssi.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/ssi.xml Fri Apr 27 16:12:27 2012
@@ -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