We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2874aea commit 34e732eCopy full SHA for 34e732e
lib/rex/parser/nokogiri_doc_mixin.rb
@@ -221,7 +221,7 @@ def end_document
221
return unless @report_type_ok
222
unless @state[:current_tag].empty?
223
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"
+ msg = "Warning, the provided file is incomplete, and there may be missing\n"
225
msg << "data. The following tags were not closed: #{missing_ends}."
226
db.emit(:warning,msg,&block) if block
227
end
0 commit comments