]> git.mjollnir.org Git - moodle.git/commitdiff
Minor change to table format
authormoodler <moodler>
Mon, 3 May 2004 05:36:11 +0000 (05:36 +0000)
committermoodler <moodler>
Mon, 3 May 2004 05:36:11 +0000 (05:36 +0000)
mod/resource/view.php

index 7a5f276572b61c0456d6d01b1fd621efc68bb783..c7a83970c1bf06ebe16fe2d96af055e19770c6c4 100644 (file)
             $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>".