small fix for meta HTML generation
This commit is contained in:
parent
399dd71840
commit
170ece4874
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue