# File lib/brakeman/report/report_html.rb, line 9
  def initialize *args
    super

    @element_id = 0 #Used for HTML ids
  end