MDL-16434 fix typo in class name "generalbox"

thanks to Joseph Rézeau
This commit is contained in:
poltawski
2008-10-09 10:56:05 +00:00
parent 8a6afdde27
commit efdcc40927
+1 -1
View File
@@ -463,7 +463,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 genearlbox boxaligncenter" summary="">'."\n";
echo '<table class="logtable generalbox boxaligncenter" summary="">'."\n";
// echo "<table class=\"logtable\" cellpadding=\"3\" cellspacing=\"0\" summary=\"\">\n";
echo "<tr>";
if ($course->id == SITEID) {