From dadbd7586bfc17f800f81c5af6f99616ee50d82d Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 23 Mar 2004 23:58:09 +0000 Subject: [PATCH] Changed border=1 to border=0. Included in previous version to test a bug. Sorry. --- user/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/view.php b/user/view.php index 35d0a95699..249ed574e5 100644 --- a/user/view.php +++ b/user/view.php @@ -105,7 +105,7 @@ // Print all the little details in a list - echo ""; + echo "
"; if ($user->city or $user->country) { $countries = get_list_of_countries(); -- 2.39.5