Display bug with lesson branch tables with slideshow mode on

This commit is contained in:
michaelpenne
2005-06-29 18:49:01 +00:00
parent 7992d2032c
commit 6deece3386
+1 -1
View File
@@ -717,7 +717,7 @@
break;
case LESSON_BRANCHTABLE :
if ($lesson->slideshow) {
echo "</table></div><table cellpadding=\"5\" cellspacing=\"5\" align=\"left\">";
echo "</table></div><table cellpadding=\"5\" cellspacing=\"5\" align=\"center\">";
} else {
echo "<tr><td><table width=\"100%\">";
}