Changeset 5571

Show
Ignore:
Timestamp:
07/23/08 01:06:41 (3 months ago)
Author:
egypt
Message:

fix stupid missing quote bug, thanks MC

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/modules/auxiliary/server/browser_autopwn.rb

    r5563 r5571  
    537537        def build_iframe(resource) 
    538538                #return "<p>#{resource}</p>" 
    539                 return <iframe src=\"#{resource}\" style=\"visibility:hidden\" height=\"0\" width=\"0\" border=\"0\"></iframe>" 
     539                return "<iframe src=\"#{resource}\" style=\"visibility:hidden\" height=\"0\" width=\"0\" border=\"0\"></iframe>" 
    540540        end 
    541541end