diff --git a/apps/common/main/lib/component/Tab.js b/apps/common/main/lib/component/Tab.js index f85305cb46..a405117e9d 100644 --- a/apps/common/main/lib/component/Tab.js +++ b/apps/common/main/lib/component/Tab.js @@ -56,7 +56,7 @@ define([ this.index = -1; this.template = _.template(['
  • ', '', - '
    ', + '
    ', '<%- label %>', '
    ', '
  • '].join(''));