diff --git a/html/user/host_app_versions.php b/html/user/host_app_versions.php
index 70b56dedb1..26adec7282 100644
--- a/html/user/host_app_versions.php
+++ b/html/user/host_app_versions.php
@@ -51,7 +51,7 @@ foreach ($havs as $hav) {
if (!$hav->pfc_n) continue;
show_hav($hav);
}
-end_table;
+end_table();
-page_footer();
+page_tail();
?>