Fixing invalind value for cellpadding ("5px")
This commit is contained in:
+1
-1
@@ -478,7 +478,7 @@ if ($form->mode == "add") {
|
||||
<tr>
|
||||
<td align="right"><b><?php print_string("conditionsfordependency", "lesson"); ?>:</b></td>
|
||||
<td>
|
||||
<table cellpadding="5px">
|
||||
<table cellpadding="5">
|
||||
<tr align="center">
|
||||
<td><?php print_string("timespentminutes", "lesson"); ?></td>
|
||||
<td><?php print_string("completed", "lesson"); ?></td>
|
||||
|
||||
Reference in New Issue
Block a user