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**
|
**Installing the Yard Gem with Puppet**
|
||||||
|
|
||||||
|
|
||||||
The easiest way to install the Yard gem is with Puppet itself.
|
The easiest way to install the Yard gem is with Puppet itself.
|
||||||
|
|
||||||
For Puppet 4.x:
|
For Puppet 4.x:
|
||||||
|
|
|
@ -118,7 +118,7 @@ class HTMLHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
if param[:allowed_values] and param[:allowed_values] != []
|
if param[:allowed_values] and param[:allowed_values] != []
|
||||||
result << "<b> Allowed Values: </b>"
|
result << "\n<b> Allowed Values: </b>"
|
||||||
result << "<ul>"
|
result << "<ul>"
|
||||||
param[:allowed_values].each do |value_thing|
|
param[:allowed_values].each do |value_thing|
|
||||||
result << "<li>"
|
result << "<li>"
|
||||||
|
|
Loading…
Reference in New Issue