From 1cb1ab7056f608ab641a4fdcc1d11e535852e8b5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 19 Feb 2006 19:36:01 +0000 Subject: [PATCH] fix typo SVN-Revision: 3256 --- openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh b/openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh index a0e41a1e14..22c8fe27e2 100755 --- a/openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh +++ b/openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh @@ -105,7 +105,7 @@ BEGIN { for (i = 2; i <= n; i++) { if (names[i] != "") { if (first != 1) output = output "" - output = output "" names[i] "@TR<>" + output = output "" names[i] "@TR<>" first = 0 names_found++ } -- 2.30.2