Skip to content

Commit 688c31c

Browse files
author
Tod Beardsley
committed
Switch to a space. It gets eaten anyway.
1 parent 5bb3c8a commit 688c31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/module.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def merge_info_name(info, val)
11391139
# Merges the module description.
11401140
#
11411141
def merge_info_description(info, val)
1142-
merge_info_string(info, 'Description', val, ".\n\n", true)
1142+
merge_info_string(info, 'Description', val, ". ", true)
11431143
end
11441144

11451145
#

0 commit comments

Comments
 (0)