]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Insert missing line-break
authorRich Bowen <rbowen@apache.org>
Mon, 7 Dec 2009 16:27:24 +0000 (16:27 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 7 Dec 2009 16:27:24 +0000 (16:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@887984 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.html.en
docs/manual/howto/auth.xml

index 4621edc7d074ffedb02584f9cc80adbbe131dde8..527d784a2d2402165bcc6f21ed691b7b2a405c5d 100644 (file)
@@ -363,7 +363,7 @@ person in</a></h2>
     AuthType Basic<br />
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
-    Require valid-user
+    Require valid-user<br />
     &lt;/Directory&gt;
     </code></p></div>
 
index 7e980e24f5a43b336bfa7df2ac93176589dcbf00..98690f0e2860b6a49a950513cb8ab979aeaeefcf 100644 (file)
@@ -363,7 +363,7 @@ person in</title>
     AuthType Basic<br />
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
-    Require valid-user
+    Require valid-user<br />
     &lt;/Directory&gt;
     </example>