From 769accd9acc59e8b15097dd4c51d69ec52c1b9c7 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 10 Feb 2014 22:25:09 +0100 Subject: host.php: remove immediate end tag in fieldset --- host.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host.php') diff --git a/host.php b/host.php index 34cc03c..cc6fa50 100644 --- a/host.php +++ b/host.php @@ -11,7 +11,7 @@ $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin); html_start(); -printf("
", $host); +printf("
", $host); printf("%s", $host); -- cgit v1.1