diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 7e335ebf1..2564350f2 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -17,6 +17,7 @@ does enough to test Session/Http.pm, except for cookies. - Added an option to the Syndicated Content Wobject that allows use of macros inside the RSS Url property. + - semi-fix: WebGUI/Mail/Send.pm no longer has extraneous UTF-8 BOM 7.1.4 - Template variables in the main Survey Template were out of date in the diff --git a/lib/WebGUI/Mail/Send.pm b/lib/WebGUI/Mail/Send.pm index 885173d8d..c54ed4e41 100644 --- a/lib/WebGUI/Mail/Send.pm +++ b/lib/WebGUI/Mail/Send.pm @@ -1,4 +1,4 @@ -package WebGUI::Mail::Send; +package WebGUI::Mail::Send; =head1 LEGAL