Remove unused tag

git-svn-id: file:///home/svn/framework3/trunk@5240 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-12-31 02:13:31 +00:00
parent 9c54fecada
commit 2125254d1d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module Msf
obj.description.each_line do |line|
desc << line.strip + "\n"
end
@buffer.insert_with_tags(start, desc, 'black_wrap')
@buffer.insert_with_tags(start, desc)
end
end