projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340ccd3
)
Changed border=1 to border=0. Included in previous version to test a bug. Sorry.
author
stronk7
<stronk7>
Tue, 23 Mar 2004 23:58:09 +0000
(23:58 +0000)
committer
stronk7
<stronk7>
Tue, 23 Mar 2004 23:58:09 +0000
(23:58 +0000)
user/view.php
patch
|
blob
|
history
diff --git
a/user/view.php
b/user/view.php
index 35d0a9569961ee66f52e6352b778980bce34744a..249ed574e513fda01b8e2dd471578d8896bd645f 100644
(file)
--- a/
user/view.php
+++ b/
user/view.php
@@
-105,7
+105,7
@@
// 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();