diff options
author | André Malo <nd@apache.org> | 2003-04-18 04:28:28 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-04-18 04:28:28 +0200 |
commit | 7426c43be9d19777cf748dde046d9f7553e12104 (patch) | |
tree | a2212a05d9ac0b4c36b66a5a173d50c4dc3ac0ac /docs/manual/mod/mod_example.html.en | |
parent | respect the replace-space-with attribute in the toc (diff) | |
download | apache2-7426c43be9d19777cf748dde046d9f7553e12104.tar.xz apache2-7426c43be9d19777cf748dde046d9f7553e12104.zip |
add missing ids.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_example.html.en')
-rw-r--r-- | docs/manual/mod/mod_example.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en index 5624ebaebc..914c15f031 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -55,12 +55,12 @@ </ul> <h3>Topics</h3> <ul id="topics"> -<li><img alt="" src="../images/down.gif" /> Compiling the example module</li> -<li><img alt="" src="../images/down.gif" /> Using the <code>mod_example</code> Module</li> +<li><img alt="" src="../images/down.gif" /> <a href="#compiling">Compiling the example module</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#using">Using the <code>mod_example</code> Module</a></li> </ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2>Compiling the example module</h2> +<h2><a name="compiling" id="compiling">Compiling the example module</a></h2> <p>To include the example module in your server, follow the steps below:</p> @@ -100,7 +100,7 @@ </ol> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2>Using the <code>mod_example</code> Module</h2> +<h2><a name="using" id="using">Using the <code>mod_example</code> Module</a></h2> <p>To activate the example module, include a block similar to the following in your <code>srm.conf</code> file:</p> |