projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6a649
)
Er, much better wayto do dividiers
author
moodler
<moodler>
Mon, 26 Jan 2004 09:54:40 +0000
(09:54 +0000)
committer
moodler
<moodler>
Mon, 26 Jan 2004 09:54:40 +0000
(09:54 +0000)
lib/weblib.php
patch
|
blob
|
history
diff --git
a/lib/weblib.php
b/lib/weblib.php
index 042be9ffaf8088d0a994adcb76a072a0e7d46485..88a0f90b82c747003b5c2ab50b86205f402a23b0 100644
(file)
--- a/
lib/weblib.php
+++ b/
lib/weblib.php
@@
-1338,7
+1338,7
@@
function print_table($table) {
foreach ($table->data as $row) {
echo "<tr valign=\"top\">";
if ($row == "hr" and $countcols) {
- echo "<td c
olspan=\"$countcols\"><hr noshade=\"noshade\" size=\"1\" color=\"$THEME->border
s\"></td>";
+ echo "<td c
lass=\"tabledivider\" colspan=\"$countcol
s\"></td>";
} else { /// it's a normal row of data
foreach ($row as $key => $item) {
if (!isset($size[$key])) {