Topic: Half of wireless status webpage is "missing"

(Taking beta to mean everything running on the Chumby today, not just the new control panel)

The HTML of the wireless status page served by httpd at http://chumby-ip-addr/cgi-bin/wifi is pretty mangled.
The output from """iwconfig rausb0 |grep -v "Encryption key:" """ is stripped off (at least in firefox and safari).

If you remove line 5 from /www/cgi-bin/wifi

   echo "</head></html>"

the page renders correctly.