Fixing invalind value for cellpadding ("5px")

This commit is contained in:
defacer
2005-11-23 22:14:57 +00:00
parent 3d6fc45229
commit 018881d4a9
+1 -1
View File
@@ -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>