summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-05-05 13:51:34 +0200
committerEric Covener <covener@apache.org>2012-05-05 13:51:34 +0200
commitd84942d766a2ee65606e36bbd3593cddfaff131c (patch)
treecf5e5906632073256504d6e79bb8813393e6913b /docs/manual
parentUse short lived pool to avoid memory leaks (diff)
downloadapache2-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.xml2
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 @@
&lt;/VirtualHost&gt;
&lt;VirtualHost *:80&gt;
-ServerName other.example.com
+ ServerName other.example.com
DocumentRoot /www/otherdomain
&lt;/VirtualHost&gt;
</highlight>