Closed (fixed)
Project:
Module Filter
Version:
6.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2009 at 22:43 UTC
Updated:
22 Apr 2010 at 18:30 UTC
HTML Warning: <a> attribute "href" lacks value
href attribute should always have a value. If no link is required then the # symbol should be used.
required changes:
line 183
$tabs = array('all' => '<li class="active"><a id="all-tab" class="project-tab" href="#">'. t('All') .'</a></li>');
line 229
$tabs[$id] = '<li><a id="'. $id .'-tab" class="project-tab" href="#">'. $package .'</a></li>';
Comments
Comment #1
greenskin commentedFixed. The tabbed format of the modules page now uses anchors for all the tabs. Refreshing the page, as a result of using anchors, now remembers what tab was selected.