Tidy up "services_dyndns.php"
services_dyndns.php- remove duplicate double quotes- tidy up tabs/spaces
services_rfc2136.php- remove duplicate double quotes- tidy up tabs/spaces
dyn_dns_status.widget.php- change echo to print- change FONT tag to SPAN tags and use correct class...
Fixed #5650
Merge pull request #2267 from phil-davis/r018
Merge pull request #2266 from NOYB/HTML_Compliance_-_Dashboard_-_Widget_Config_Panel
Merge pull request #2263 from phil-davis/r016
Merge pull request #2262 from NOYB/HTML_Compliance_-_Traffic_Graphs_Widget
Merge pull request #2261 from NOYB/HTML_Compliance_-_Thermal_Sensors_Widget
Merge pull request #2260 from NOYB/HTML_Compliance_-_RSS_Widget
dyn_dns_status widget avoid var naming issue
This use of var $i was conflicting and interfering with a use of it inindex.phpUse a much more unique name for now to avoid future risk.Maybe a proper final solution for var naming across dashboard and widget...
HTML Compliance - Dashboard - Widget Config Panel
Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point.Fix the widget config/wrench icon href.Add matching widgetname id tag to widgets configuration panel div element....
View revisions
Also available in: Atom