small fix for meta HTML generation

This commit is contained in:
Roland Gruber 2005-08-21 17:12:30 +00:00
parent 399dd71840
commit 170ece4874
1 changed files with 1 additions and 1 deletions

View File

@ -679,8 +679,8 @@ function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindex
echo "Unrecognized type: " . $input[$i][$j]['kind'] . "\n"; echo "Unrecognized type: " . $input[$i][$j]['kind'] . "\n";
break; break;
} }
echo "</td>\n";
} }
echo "</td>\n";
echo "</tr>\n"; echo "</tr>\n";
} }
} }