Skip to content
Snippets Groups Projects
Commit 64383d10 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 07e26357
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ module Admin::ApplicationHelper
.dup
.gsub("\r\n", "\n") # Remove useless \r
.gsub("\n", "\n#{indentation}") # Indent properly to avoid broken frontmatter
.chomp
.chomp # Remove extra newlines
end
def collection_tree(list, except = nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment