From 33429ab077e1739bd616d637c3beed863c7d1cfc Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 12 Jan 2020 12:38:54 +0100 Subject: unordered list for TOC --- _layouts/azerothcore.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 3215d60..8fd7774 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -37,7 +37,7 @@

Contents:

- {% include git-wiki/components/toc/toc-lib.html html=content sanitize=true class="inline_toc" id="git-wiki-toc" h_min=1 h_max=2 ordered=1 %} + {% include git-wiki/components/toc/toc-lib.html html=content sanitize=true class="inline_toc" id="git-wiki-toc" h_min=1 h_max=2 %}
{% if site.inc_after_toc %} -- cgit