Unverified Commit 5ba7f5e7 authored by Naoto Kaneko's avatar Naoto Kaneko Committed by Samuel Giddins

Sanitize a license type before adding to the acknowledgement file

parent e3fee9f3
...@@ -37,7 +37,7 @@ module Pod ...@@ -37,7 +37,7 @@ module Pod
:Type => 'PSGroupSpecifier', :Type => 'PSGroupSpecifier',
:Title => sanitize_encoding(spec.name), :Title => sanitize_encoding(spec.name),
:FooterText => sanitize_encoding(license), :FooterText => sanitize_encoding(license),
:License => spec.license[:type], :License => sanitize_encoding(spec.license[:type]),
} }
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment