Unique Items SQL fix. genDocs uniqueitems.html table fix.

This commit is contained in:
color.diff=auto
2022-03-19 16:58:32 -06:00
parent 6db4dc4b5b
commit e19b3ef034
2 changed files with 7 additions and 4 deletions

View File

@@ -398,9 +398,11 @@ EOT;
echo $itemBoxBottom;
ob_flush();
$htmlFinal .= $props . $itemBoxBottom . $tableBottom;
$htmlFinal .= $props . $itemBoxBottom;
}// end loop
$htmlFinal .= $tableBottom;
echo $htmlbottom;
$htmlFinal .= $htmlbottom;