diff options
author | Rich Bowen <rbowen@apache.org> | 2013-01-09 03:16:14 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2013-01-09 03:16:14 +0000 |
commit | 7b6fc85121e6b3811698589ecc9d01c2136eedce (patch) | |
tree | 71f27d5e57f997fccf84a65b96f84cc21ea706d8 /docs/manual/mod | |
parent | bc9f6032e968a501115786ab6809ec973a008903 (diff) | |
download | httpd-7b6fc85121e6b3811698589ecc9d01c2136eedce.tar.gz |
Nothing to see here. (Fixes annoying indentation in doc example.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1430669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/core.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7762e64817..74df357a4a 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -785,7 +785,7 @@ which no other media type configuration could be found. Define SSL </IfDefine> - DocumentRoot /var/www/${servername}/htdocs +DocumentRoot /var/www/${servername}/htdocs </pre> diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 09c172d506..17c50f9732 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -705,7 +705,7 @@ which no other media type configuration could be found. Define SSL </IfDefine> - DocumentRoot /var/www/${servername}/htdocs +DocumentRoot /var/www/${servername}/htdocs </highlight> <p>Variable names may not contain colon ":" characters, to avoid clashes |