# File lib/creole/parser.rb, line 188 def make_image(uri, alt) if alt '<img src="' << escape_html(uri) << '" alt="' << escape_html(alt) << '"/>' else '<img src="' << escape_html(uri) << '"/>' end end