Merge pull request #51 from roidelapluie/master
(MAINT) Add a space between a parameter name type and its description
This commit is contained in:
commit
346832a5f8
|
@ -74,7 +74,7 @@ class HTMLHelper
|
|||
end
|
||||
|
||||
if param[:desc]
|
||||
result << "- <div class=\"inline\"><p> #{param[:desc]} </p></div>"
|
||||
result << " - <div class=\"inline\"><p> #{param[:desc]} </p></div>"
|
||||
end
|
||||
|
||||
if !param[:exists?]
|
||||
|
|
Loading…
Reference in New Issue