fix typo
authorFelix Fietkau <nbd@openwrt.org>
Sun, 19 Feb 2006 19:36:01 +0000 (19:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 19 Feb 2006 19:36:01 +0000 (19:36 +0000)
SVN-Revision: 3256

openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh

index a0e41a1e14e6625d5491ba35dbec5db783cfd4ba..22c8fe27e22654fc0e25fa1a3384f800aeb5390d 100755 (executable)
@@ -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++
                }