From 4d6e127f4e72ca896196e3b221cd83d7a03e672c Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 29 Dec 2022 15:42:07 +0800 Subject: [PATCH] * Fix bug. --- module/zahost/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zahost/view/browse.html.php b/module/zahost/view/browse.html.php index 325e27ad48..0182c0c876 100644 --- a/module/zahost/view/browse.html.php +++ b/module/zahost/view/browse.html.php @@ -75,7 +75,7 @@ hostID]) ? 'disabled' : '';?> hostID]) ? $lang->zahost->undeletedNotice : $lang->zahost->delete;?> hostID}", $host, 'list');?> - createLink('zahost', 'delete', "hostID={$host->id}"), '', 'hiddenwin', "title='$title' class='btn $disabled'");;?> + createLink('zahost', 'delete', "hostID={$host->id}"), '', 'hiddenwin', "title='$title' class='btn $disabled'");;?>