(maint) Add newline for readability

This commit is contained in:
Ian Kronquist 2015-09-16 17:25:49 -07:00
parent c8eec8ded3
commit 5dd65d3b5e
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class HTMLHelper
end
result << "</li>"
end
result << "</ul>"
result << "</ul>\n"
end
result << "</li>"