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:
parent
aeba6ec83c
commit
c3ec86ed82
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Mail::Send;
|
||||
package WebGUI::Mail::Send;
|
||||
|
||||
=head1 LEGAL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue