Skip to content

Tab href & tab content ID's get dots added and break the tabs #68

Description

@emRae

Hello,

We recently noticed an issue today with the code that is generated for the tabs. For some reason a dot is being added to the tab href and the tab content ID and is breaking the functionality of the tabs. Below is a sample of the output when testing creating two tabs:

[bs_tabs]
[bs_thead]
[bs_tab class="active" type="tab" href="#bs_first_tab27" title="Tab 1"]
[bs_tab class="" type="tab" href="#bs_tab24439.9127" title="Tab 2"]
[/bs_thead][bs_tcontents]
[bs_tcontent class="active" id="bs_first_tab27"]Tab 1 Content[/bs_tcontent]
[bs_tcontent class="" id="bs_tab24439.9127"]Tab 2 content[/bs_tcontent]
[/bs_tcontents]
[/bs_tabs]

You can see the added dot on "Tab 2" and also it adds a few numbers after them as well.

Thank you for taking a look into the issue!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions