Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/17/2018 02:07:39 PM (8 years ago)
Author:
mercime
Message:

Nouveau: Remove UL type attribute from Directory navigation.

UL type="list" is deprecated in HTML5.

Fixes #7755.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/common/nav/directory-nav.php

    r11973 r11979  
    1111        <?php if ( bp_nouveau_has_nav( array( 'object' => 'directory' ) ) ) : ?>
    1212
    13                 <ul type="list" class="component-navigation <?php bp_nouveau_directory_list_class(); ?>">
     13                <ul class="component-navigation <?php bp_nouveau_directory_list_class(); ?>">
    1414
    1515                        <?php
Note: See TracChangeset for help on using the changeset viewer.