- fix 1 error reported by the w3c html validator in appview.php?appid=whatever when there are notes

- fix 1 error reported by the w3c html validator in appdbStats.php
This commit is contained in:
Jonathan Ernst
2005-02-14 18:22:04 +00:00
committed by WineHQ
parent 0f0737f047
commit f5e76d5d48
2 changed files with 6 additions and 7 deletions

View File

@@ -71,10 +71,8 @@ echo "<tr class=color4>\n";
echo " <td>Images:</td>\n";
echo " <td>".getNumberOfImages()."</td>\n";
echo "</tr>\n\n";
echo "</table>\n\n";
echo html_frame_end("&nbsp;");
echo "</form>";
apidb_footer();
?>