diff options
author | Eric Covener <covener@apache.org> | 2012-05-05 13:51:34 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2012-05-05 13:51:34 +0200 |
commit | d84942d766a2ee65606e36bbd3593cddfaff131c (patch) | |
tree | cf5e5906632073256504d6e79bb8813393e6913b /docs/manual | |
parent | Use short lived pool to avoid memory leaks (diff) | |
download | apache2-d84942d766a2ee65606e36bbd3593cddfaff131c.tar.xz apache2-d84942d766a2ee65606e36bbd3593cddfaff131c.zip |
whitespace in xformed doc wrong
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/vhosts/name-based.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index 003efec6e8..e5a52d9a85 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -136,7 +136,7 @@ </VirtualHost> <VirtualHost *:80> -ServerName other.example.com + ServerName other.example.com DocumentRoot /www/otherdomain </VirtualHost> </highlight> |