diff --git a/data/msfweb/payloads.rhtml b/data/msfweb/payloads.rhtml
index 5813d0d1cf..9d2e57e93d 100644
--- a/data/msfweb/payloads.rhtml
+++ b/data/msfweb/payloads.rhtml
@@ -57,8 +57,8 @@
<%= html_escape(modinst.version) %> |
- Authors: |
- <%= html_escape(modinst.author.join(" ")) %> |
+ Authors: |
+ <%= modinst.author.map { |x| html_escape(x) }.join(" ") %> |
Description: |
diff --git a/modules/payloads/stages/windows/dllinject.rb b/modules/payloads/stages/windows/dllinject.rb
index cc800ade2c..5ac715deaa 100644
--- a/modules/payloads/stages/windows/dllinject.rb
+++ b/modules/payloads/stages/windows/dllinject.rb
@@ -24,7 +24,7 @@ module DllInject
'Description' => 'Inject a custom DLL into the exploited process',
'Author' =>
[
- 'Jarkko Turkulainen ',
+ 'jt ',
'skape',
],
'Platform' => 'win',