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