Changed border=1 to border=0. Included in previous version to test a bug. Sorry.
authorstronk7 <stronk7>
Tue, 23 Mar 2004 23:58:09 +0000 (23:58 +0000)
committerstronk7 <stronk7>
Tue, 23 Mar 2004 23:58:09 +0000 (23:58 +0000)
user/view.php

index 35d0a9569961ee66f52e6352b778980bce34744a..249ed574e513fda01b8e2dd471578d8896bd645f 100644 (file)
 
     // Print all the little details in a list
 
-    echo "<table border=\"1\" cellpadding=\"5\" cellspacing=\"2\">";
+    echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"2\">";
 
     if ($user->city or $user->country) {
         $countries = get_list_of_countries();