diff options
author | André Malo <nd@apache.org> | 2014-02-06 00:56:57 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-02-06 00:56:57 +0100 |
commit | f2bc49c096554eae78eb8941c51e3fa00efb0a9e (patch) | |
tree | 579c13ecb85d6d1f98adfc58708baaf0bdfaadb8 /docs/manual/mod/mod_example.html.en | |
parent | left-trim one-liner-<pre>s or -<highlight>s completely. The indentation is (diff) | |
download | apache2-f2bc49c096554eae78eb8941c51e3fa00efb0a9e.tar.xz apache2-f2bc49c096554eae78eb8941c51e3fa00efb0a9e.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565004 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en index 9e61283090..b01415f5e8 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -121,7 +121,7 @@ <p>As an alternative, you can put the following into a <a href="core.html#accessfilename"><code>.htaccess</code></a> file and then request the file "test.example" from that location:</p> -<pre class="prettyprint lang-config"> AddHandler example-handler .example</pre> +<pre class="prettyprint lang-config">AddHandler example-handler .example</pre> <p>After reloading/restarting your server, you should be able |