(maint) Fix typo in emitted html
This commit is contained in:
parent
2d2c03bc33
commit
9083023b33
|
@ -60,7 +60,7 @@ class HTMLHelper
|
|||
end
|
||||
# Give up. It can probably be anything.
|
||||
elsif !param[:puppet_3_func]
|
||||
result << "(<tt>Unkown</tt>)"
|
||||
result << "(<tt>Unknown</tt>)"
|
||||
end
|
||||
|
||||
result << "</span>"
|
||||
|
|
Loading…
Reference in New Issue