summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-16 22:18:31 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-16 22:18:31 -0800
commitc5bdca2d96bc2808ef1fbbfd308cd98b0161e9c4 (patch)
tree1a052c152cab321f1651c79e721284d4646c9d67 /src/usr/local/www/index.php
parent0cf1b4f4f29f2ad63691d598e83a9327ae9867ff (diff)
downloadpfsense-c5bdca2d96bc2808ef1fbbfd308cd98b0161e9c4.zip
pfsense-c5bdca2d96bc2808ef1fbbfd308cd98b0161e9c4.tar.gz
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. Note: Thermal Sensors widget config panel already had a different id tag. Couldn't find anything that referenced it though. If that is correct then it should be safe to change it to widgetname to be consistent with the other widgets.
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 214f129..08c9e4f 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -403,7 +403,7 @@ foreach ($widgets as $widgetname => $widgetconfig) {
<div class="panel-heading">
<?=$wtitle?>
<span class="widget-heading-icon">
- <a data-toggle="collapse" href="#widget-<?=$widgetname?> .panel-footer" class="config hidden">
+ <a data-toggle="collapse" href="#widget-<?=$widgetname?>_panel-footer" class="config hidden">
<i class="fa fa-wrench"></i>
</a>
<a data-toggle="collapse" href="#widget-<?=$widgetname?>_panel-body">
OpenPOWER on IntegriCloud