]> git.mjollnir.org Git - moodle.git/commitdiff
Small typo. Detected by aroberti. Bug 1178. Closed now.
authorstronk7 <stronk7>
Tue, 23 Mar 2004 23:53:05 +0000 (23:53 +0000)
committerstronk7 <stronk7>
Tue, 23 Mar 2004 23:53:05 +0000 (23:53 +0000)
user/view.php

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