From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 19 Feb 2006 19:36:01 +0000 (+0000)
Subject: fix typo
X-Git-Tag: whiterussian_rc5~116
X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=865db7e975ad08c8a7d8cd9a09222a95ca64b326;p=openwrt%2Fsvn-archive%2Fopenwrt.git

fix typo

SVN-Revision: 3256
---

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 "<tr>"
-			output = output "<td>" names[i] "</td><td align=\\"right\\" width=\\"10%\\"><a href=\\"" url "?remove_host=1&remove_ip=" $1 "&remove_name=" names[i] "\\">@TR<<Remove>></a></td></tr>"
+			output = output "<td>" names[i] "</td><td align=\\"right\\" width=\\"10%\\"><a href=\\"" url "?remove_host=1&remove_ip=" \$1 "&remove_name=" names[i] "\\">@TR<<Remove>></a></td></tr>"
 			first = 0
 			names_found++
 		}