diff --git a/lib/rex/parser/nokogiri_doc_mixin.rb b/lib/rex/parser/nokogiri_doc_mixin.rb index ef3e23fb56..090dd5b9fc 100644 --- a/lib/rex/parser/nokogiri_doc_mixin.rb +++ b/lib/rex/parser/nokogiri_doc_mixin.rb @@ -221,7 +221,7 @@ module Parser return unless @report_type_ok unless @state[:current_tag].empty? missing_ends = @state[:current_tag].keys.map {|x| "'#{x}'"}.join(", ") - l msg = "Warning, the provided file is incomplete, and there may be missing\n" + msg = "Warning, the provided file is incomplete, and there may be missing\n" msg << "data. The following tags were not closed: #{missing_ends}." db.emit(:warning,msg,&block) if block end