space after commas

bug/bundler_fix
jvazquez-r7 2014-10-08 13:56:59 -05:00
parent 1e2d860ae1
commit dbc199ad77
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ protected
} }
end end
if [UTF_16_LE,UTF_16_BE,UTF_32_LE,UTF_32_BE,UTF_7,UTF_8].include?(datastore['HTML::unicode']) if [UTF_16_LE, UTF_16_BE, UTF_32_LE, UTF_32_BE, UTF_7, UTF_8].include?(datastore['HTML::unicode'])
headers['Content-Type'] = 'text/html; charset= ' + datastore['HTML::unicode'] headers['Content-Type'] = 'text/html; charset= ' + datastore['HTML::unicode']
body = Rex::Text.to_unicode(body, datastore['HTML::unicode']) body = Rex::Text.to_unicode(body, datastore['HTML::unicode'])
else else