]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
whitespace in xformed doc wrong
authorEric Covener <covener@apache.org>
Sat, 5 May 2012 11:51:34 +0000 (11:51 +0000)
committerEric Covener <covener@apache.org>
Sat, 5 May 2012 11:51:34 +0000 (11:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334406 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/name-based.xml

index 003efec6e87a9cc01b422a557f8c37604b6a1f54..e5a52d9a855d482850192bf8a4ab31441910c4fc 100644 (file)
 &lt;/VirtualHost&gt;
 
 &lt;VirtualHost *:80&gt;
-ServerName other.example.com
+    ServerName other.example.com
     DocumentRoot /www/otherdomain
 &lt;/VirtualHost&gt;
     </highlight>