Skip to content

Commit

Permalink
Minor change to table format
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed May 3, 2004
1 parent c1f86c2 commit 4464fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/resource/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
$strsize = get_string("size");
$strmodified = get_string("modified");

echo '<table cellpadding="4">';
echo '<table cellpadding="4" cellspacing="1">';
echo "<tr><th colspan=\"2\">$strname</th>".
"<th align=\"right\" colspan=\"2\">$strsize</th>".
"<th align=\"right\">$strmodified</th>".
Expand Down

0 comments on commit 4464fcf

Please sign in to comment.