(maint) Add newline for readability
This commit is contained in:
parent
c8eec8ded3
commit
5dd65d3b5e
|
@ -128,7 +128,7 @@ class HTMLHelper
|
|||
end
|
||||
result << "</li>"
|
||||
end
|
||||
result << "</ul>"
|
||||
result << "</ul>\n"
|
||||
end
|
||||
|
||||
result << "</li>"
|
||||
|
|
Loading…
Reference in New Issue