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

greenskin’s picture

Status: Active » Fixed

Fixed. 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.