projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3a0b3
)
MDL-16434 fix typo in class name "generalbox"
author
poltawski
<poltawski>
Thu, 9 Oct 2008 10:51:57 +0000
(10:51 +0000)
committer
poltawski
<poltawski>
Thu, 9 Oct 2008 10:51:57 +0000
(10:51 +0000)
thanks to Joseph Rézeau
course/lib.php
patch
|
blob
|
history
diff --git
a/course/lib.php
b/course/lib.php
index 46075f5b6cf40decc830898b74558a41ac2dbd21..50ae3bb49855322577e7794952c2fc885bdfb93c 100644
(file)
--- a/
course/lib.php
+++ b/
course/lib.php
@@
-271,7
+271,7
@@
function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per
print_paging_bar($totalcount, $page, $perpage, "$url&perpage=$perpage&");
- echo '<table class="logtable gene
ar
lbox boxaligncenter" summary="">'."\n";
+ echo '<table class="logtable gene
ra
lbox boxaligncenter" summary="">'."\n";
// echo "<table class=\"logtable\" cellpadding=\"3\" cellspacing=\"0\" summary=\"\">\n";
echo "<tr>";
if ($course->id == SITEID) {