Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#2437 closed defect (bug) (fixed)

duplicate id in default theme

Reported by: dwenaus Owned by:
Priority: trivial Milestone: 1.5
Component: Core Version:
Severity: Keywords:
Cc:

Description

there is a duplicate id "groups-all" in the html of the default theme. So browsers ignore the second on.
They occur on:
bp-themes/bp-default/groups/index.php
and
bp-themes/bp-default/members/single/groups.php

it makes sense to keep the first one (index.php) as this might be used by some plugin authors and change the second one (groups.php). IN fact the second one should not be called groups-all because it makes no sense.

Change History (1)

#1 @johnjamesjacoby
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3045]) Fixes #2437

Note: See TracTickets for help on using tickets.