Content deleted Content added
split the API and the summary table into separate modules |
use yesno for the main header rule as well |
||
Line 37:
mainHeaderText = mainHeaderText .. ' ([http://www.subnet-calculator.com/cidr.php IPv4 range calculator] - [http://www.gestioip.net/cgi-bin/subnet_calculator.cgi IPv6 range calculator])'
end
if yesno(options.mainheaderrule) then
mainHeaderText = mainHeaderText .. '\n<hr style="margin: 4px 0;" />'
end
|