mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 17:42:09 +00:00
Unique Items SQL fix. genDocs uniqueitems.html table fix.
This commit is contained in:
@@ -398,9 +398,11 @@ EOT;
|
||||
echo $itemBoxBottom;
|
||||
ob_flush();
|
||||
|
||||
$htmlFinal .= $props . $itemBoxBottom . $tableBottom;
|
||||
$htmlFinal .= $props . $itemBoxBottom;
|
||||
}// end loop
|
||||
|
||||
$htmlFinal .= $tableBottom;
|
||||
|
||||
echo $htmlbottom;
|
||||
|
||||
$htmlFinal .= $htmlbottom;
|
||||
|
Reference in New Issue
Block a user