diff --git a/core/src/org/labkey/core/view/template/bootstrap/navigation.jsp b/core/src/org/labkey/core/view/template/bootstrap/navigation.jsp index da033714512..d885448d20b 100644 --- a/core/src/org/labkey/core/view/template/bootstrap/navigation.jsp +++ b/core/src/org/labkey/core/view/template/bootstrap/navigation.jsp @@ -114,8 +114,8 @@ if (show && null != tab.getText() && !tab.getText().isEmpty()) { %> -
  • "> + Tab"<%= unsafe(tab.isSelected() ? " aria-current=\"page\"" : "") %>> <% if (tab.isDisabled()) { %> <% } %> @@ -141,7 +141,7 @@ { HtmlString plus = HtmlString.unsafe(""); %> -
  • +
  • <%=simpleLink(plus).id("addTab").title("Add New Tab").onClick("LABKEY.Portal.addTab();")%>
  • <% @@ -160,7 +160,7 @@ if (tab.isSelected()) { %> -
  • - + > <% if (tab.isSelected()) { %><%=h(tab.getText())%><%