Merge pull request #59 from iankronquist/puppet-type-list-linebreak-pdoc-35

(PDOC-35) Format generated html properly
This commit is contained in:
Hailee Kenney 2015-09-15 15:39:36 -07:00
commit 3c885cf550
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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>"