From 6672609b90a8e60a13ca471a3ad3e054eca542bd Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 2 Feb 2015 15:28:23 -0200 Subject: Fix aliases popup width when fields are hidden when page is loaded. It should fix #4238 --- usr/local/www/head.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/head.inc') diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc index 78665be..9535de3 100755 --- a/usr/local/www/head.inc +++ b/usr/local/www/head.inc @@ -92,7 +92,7 @@ else while (($file = readdir($dh)) !== false) { if (is_dir($file)) continue; - echo "\t\n"; + echo "\t\n"; } closedir($dh); } -- cgit v1.1