Removed extraneous UTF-8 BOM from WebGUI/Mail/Send.pm since the rest of the

file is valid US-ASCII.
This commit is contained in:
Drake 2006-11-03 15:11:13 +00:00
parent aeba6ec83c
commit c3ec86ed82
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -1,4 +1,4 @@
package WebGUI::Mail::Send;
package WebGUI::Mail::Send;
=head1 LEGAL