# File lib_wpm/wpm.rb, line 2317
    def view
      make_attr_desc{|attr_desc|
        attr_desc += ' src="' + escapeHTML(@properties.src) + '"'
        attr_desc += ' alt="' + escapeHTML(@properties.alt) + '"' if @properties.has_alt?
        yield('<img' + attr_desc + ' />')
      }

      nil
    end