diff options
-rw-r--r-- | docs/manual/sections.html.en | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 0bd9ef0016..f988d6ee0d 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -319,7 +319,7 @@ sections is also syntactically allowed in <code class="directive"><a href="./mod/core.html#locationmatch"><LocationMatch></a></code>, <code class="directive"><a href="./mod/mod_proxy.html#proxy"><Proxy></a></code>, and <code class="directive"><a href="./mod/mod_proxy.html#proxymatch"><ProxyMatch></a></code> -sections. There are some exceptions, however.</p> +sections. There are some exceptions, however:</p> <ul> <li>The <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> directive @@ -347,8 +347,9 @@ are interpreted, it is important to understand how this works.</p> <ol> <li> <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> (except regular expressions) - and .htaccess done simultaneously (with .htaccess, if allowed, - overriding <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>)</li> + and <code>.htaccess</code> done simultaneously (with + <code>.htaccess</code>, if allowed, overriding + <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>)</li> <li><code class="directive"><a href="./mod/core.html#directorymatch"><DirectoryMatch></a></code> (and <code><Directory ~></code>)</li> |