From 57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8 Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 19 Jan 2006 13:17:16 +0000 Subject: - Frontend improvements (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2544 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/html.inc.php') diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php index 65d9337b..19751f62 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -84,7 +84,7 @@ if(isset($_REQUEST[$parameter])) { - return "&$parameter=".$_REQUEST[$parameter]; + return "&$parameter=".$_REQUEST[$parameter]; } else { -- cgit