diff options
Diffstat (limited to 'docs/manual/howto/ssi.html.en')
-rw-r--r-- | docs/manual/howto/ssi.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index fddc7c68..9327ed66 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -41,7 +41,7 @@ existing HTML documents.</p> <li><img alt="" src="../images/down.gif" /> <a href="#exec">Executing commands</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#advanced">Advanced SSI techniques</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#conclusion">Conclusion</a></li> -</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="related" id="related">Introduction</a></h2> @@ -109,8 +109,8 @@ existing HTML documents.</p> do this. You can tell Apache to parse any file with a particular file extension, such as <code>.shtml</code>, with the following directives:</p> -<pre class="prettyprint lang-config"> AddType text/html .shtml<br /> - AddOutputFilter INCLUDES .shtml</pre> +<pre class="prettyprint lang-config">AddType text/html .shtml +AddOutputFilter INCLUDES .shtml</pre> <p>One disadvantage to this approach is that if you wanted to |