From b0026e0050e7980df490385b48895f5614497251 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Thu, 11 Jun 2020 10:03:09 +0200 Subject: [PATCH] Fix end tag h5 (instead of h3) (#220) (#226) Co-authored-by: Guillaume Grossetie --- _templates/block_toc.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/block_toc.html.erb b/_templates/block_toc.html.erb index eabc43f1..5b895465 100644 --- a/_templates/block_toc.html.erb +++ b/_templates/block_toc.html.erb @@ -15,7 +15,7 @@ if @document.attr? :toc
<% if toc_title %> -
><%= toc_title %>
<% +
><%= toc_title %>
<% end %>