unstable
Brandon Perry 2012-05-28 13:56:18 -05:00
parent 820d5d2ec7
commit a3a308f74d
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ module Parser
return if not in_tag("result")
return if not in_tag("nvt")
#we do this to clean out the buffer so to speak
#if we don't set text to nil now, the text will show up later
#we do this to clean out the buffer so to speak
#if we don't set text to nil now, the text will show up later
@state[:has_text] = true
@text = nil
when "cvss_base"