stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / view / svc_broadband.cgi
index 4935a10..0517c30 100644 (file)
@@ -83,6 +83,7 @@ sub ip_addr {
     $out .= '<br>Netmask: ' . $addr_block->NetAddr->mask .
             '<br>Gateway: ' . $addr_block->ip_gateway;
   }
+  $out .= include('/elements/broadband_snmp_get.html', svc => $svc);
   $out;
 }