From dbc199ad77f25dc8047b073c47988b80ad854b14 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Wed, 8 Oct 2014 13:56:59 -0500 Subject: [PATCH] space after commas --- lib/msf/core/exploit/http/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/exploit/http/server.rb b/lib/msf/core/exploit/http/server.rb index 7ff68253de..7a5013cd99 100644 --- a/lib/msf/core/exploit/http/server.rb +++ b/lib/msf/core/exploit/http/server.rb @@ -891,7 +891,7 @@ protected } 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'] body = Rex::Text.to_unicode(body, datastore['HTML::unicode']) else