From f2ad489e2e1fc8097852c628a0e76e9635ae4b3d Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 19 Dec 2007 16:29:24 +0000 Subject: - minor fix (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5196 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/js.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/js.inc.php') diff --git a/frontends/php/include/js.inc.php b/frontends/php/include/js.inc.php index f6d527f5..e7f27d43 100644 --- a/frontends/php/include/js.inc.php +++ b/frontends/php/include/js.inc.php @@ -112,7 +112,7 @@ function insert_showhint_javascript(){ if(defined('SHOW_HINT_SCRIPT_INSERTTED')) return; define('SHOW_HINT_SCRIPT_INSERTTED', 1); - echo ''; + echo ''; } function Redirect($url,$timeout=null){ -- cgit