diff --git a/_includes/sidebar-toc-multipage-overview.html b/_includes/sidebar-toc-multipage-overview.html index ce42167c98..6b89191dd6 100644 --- a/_includes/sidebar-toc-multipage-overview.html +++ b/_includes/sidebar-toc-multipage-overview.html @@ -22,9 +22,9 @@
Contents
{% for lpg in site.[page.language] %} {% if lpg.id == localizedId %} {% if pg.type %} -
  • {{ lpg.title }}{{ toc }}
  • +
  • {{ lpg.title }}{{ toc }}
  • {% else %} -
  • {{ lpg.title }}{{ toc }}
  • +
  • {{ lpg.title }}{{ toc }}
  • {% endif %} {% endif %} {% endfor %}