Skip to content

Commit

Permalink
fix(live-doc): generates missing ul
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stanislawski committed Nov 2, 2015
1 parent 8aead7e commit b43e6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_plugins/toc_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def toc_generate(html)
current_level = level
end

html << '</ul>'

html.join
end
end
Expand Down

0 comments on commit b43e6e2

Please sign in to comment.