From 09a7562e5a60a1725f413d8736d0b52f68473d59 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 22 Dec 2001 16:28:34 +0000 Subject: [PATCH] Correct paragraph and if conditions spacing git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65963 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/http-auth.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features/http-auth.xml b/features/http-auth.xml index c8a92c5289..0a95f79a48 100644 --- a/features/http-auth.xml +++ b/features/http-auth.xml @@ -1,5 +1,5 @@ - + HTTP authentication with PHP @@ -25,7 +25,7 @@ Welcome: $PHP_AUTH_USER
"; + echo "

Welcome: $PHP_AUTH_USER
"; echo "Old: $OldAuth"; - echo "

\n"; + echo "\n"; echo "\n"; echo "\n"; echo "\n";