Merge pull request #59 from iankronquist/puppet-type-list-linebreak-pdoc-35
(PDOC-35) Format generated html properly
This commit is contained in:
commit
3c885cf550
|
@ -36,6 +36,8 @@ Installing the Yard Gem
|
|||
-----------------------
|
||||
|
||||
**Installing the Yard Gem with Puppet**
|
||||
|
||||
|
||||
The easiest way to install the Yard gem is with Puppet itself.
|
||||
|
||||
For Puppet 4.x:
|
||||
|
|
|
@ -118,7 +118,7 @@ class HTMLHelper
|
|||
end
|
||||
|
||||
if param[:allowed_values] and param[:allowed_values] != []
|
||||
result << "<b> Allowed Values: </b>"
|
||||
result << "\n<b> Allowed Values: </b>"
|
||||
result << "<ul>"
|
||||
param[:allowed_values].each do |value_thing|
|
||||
result << "<li>"
|
||||
|
|
Loading…
Reference in New Issue