Skip to content

Commit 54af292

Browse files
committed
Land rapid7#2109, kill stray character
2 parents fdd5775 + 34e732e commit 54af292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/parser/nokogiri_doc_mixin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def end_document
221221
return unless @report_type_ok
222222
unless @state[:current_tag].empty?
223223
missing_ends = @state[:current_tag].keys.map {|x| "'#{x}'"}.join(", ")
224-
l msg = "Warning, the provided file is incomplete, and there may be missing\n"
224+
msg = "Warning, the provided file is incomplete, and there may be missing\n"
225225
msg << "data. The following tags were not closed: #{missing_ends}."
226226
db.emit(:warning,msg,&block) if block
227227
end

0 commit comments

Comments
 (0)