Merge pull request #51 from roidelapluie/master

(MAINT) Add a space between a parameter name type and its description
This commit is contained in:
Ian Kronquist 2015-08-31 09:48:44 -07:00
commit 346832a5f8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class HTMLHelper
end end
if param[:desc] if param[:desc]
result << "- <div class=\"inline\"><p> #{param[:desc]} </p></div>" result << " - <div class=\"inline\"><p> #{param[:desc]} </p></div>"
end end
if !param[:exists?] if !param[:exists?]